Html Css Color HEX #32C42F Lime Green

📋 copy color: '#32C42F'

red 50 ◦ green 196 ◦ blue 47

#32C42F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lime Green #32C42F

Tints of Lime Green #32C42F

RGB

 RED value IS 50 (19.92% from 255) = 17.06%

 GREEN value IS 196 (76.95% from 255) = 66.89%

 BLUE value IS 47 (18.75% from 255) = 16.04%

R = 17.06%
G = 66.89%
B = 16.04%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.76

 K value IS 0.23

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#32C42F (or 0x32C42F) is known color: Lime Green. HEX triplet: 32, C4 and 2F. RGB value is (50,196,47). Sum of RGB (Red+Green+Blue) = 50+196+47=293 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.06% from 293); Green value is 196 (76.95% from 255 or 66.89% from 293); Blue value is 47 (18.75% from 255 or 16.04% from 293); Max value from RGB is 196 - color contains mainly: green. Hex color #32C42F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32C42F is #CD3BD0. Grayscale: #878787. Windows color (decimal): -13450193 or 3130418. OLE color: 3130418.

HSL color Cylindrical-coordinate representation of color #32C42F: hue angle of 118.79º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #32C42F is Cyan = 0.74, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.23.

Color convert

RGB 50 196 47 -
CMYK 0.74 0 0.76 0.23
HSL 118.79º 0.61% 0.48% -
HSV(B) 118.79º 0.76% 0.77% -
XYZ 21.57 40.36 9.34 -
YUV 135.36 78.13 67.12 -
System Red Green Blue C M Y K H S L
Decimal 50 196 47 0.74 0 0.76 0.23 118.79 0.61 0.48
Hex 32 C4 2F 4A 0 4C 17 77 3D 30
Octal 62 304 57 112 0 114 27 167 75 60
Binary 110010 11000100 101111 1001010 0 1001100 10111 1110111 111101 110000

Color Harmonies of #32C42F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32C42F

Black with #32C42F

Text Example


Text Example

White with #32C42F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #32C42F; }

 p { color: rgb(50,196,47); }

 H1.HeaderClassName
 {
   color: #32C42F;
 }
 .AnyTagClassName
 {
   color: #32C42F;
 }
</style>

background-color css

<style>
 a { background-color: #32C42F; }

 a { background-color: rgb(50,196,47); }

 div.DivClassName
 {
   background-color: #32C42F;
 }
 .BgClassName
 {
   background-color: #32C42F;
 }
</style>

border-color css

<style>
 span { border-color: #32C42F; }

 span { border-color: rgb(50,196,47); }

 td.TdClassName
 {
   border-color: #32C42F;
 }
 .TagClassName
 {
   border-color: #32C42F;
 }
</style>