Html Css Color HEX #32CA4F Lime Green

📋 copy color: '#32CA4F'

red 50 ◦ green 202 ◦ blue 79

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

Shades of Lime Green #32CA4F

Tints of Lime Green #32CA4F

RGB

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

 GREEN value IS 202 (79.3% from 255) = 61.03%

 BLUE value IS 79 (31.25% from 255) = 23.87%

R = 15.11%
G = 61.03%
B = 23.87%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.61

 K value IS 0.21

RGB Variations

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

Color information

#32CA4F (or 0x32CA4F) is known color: Lime Green. HEX triplet: 32, CA and 4F. RGB value is (50,202,79). Sum of RGB (Red+Green+Blue) = 50+202+79=331 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.11% from 331); Green value is 202 (79.30% from 255 or 61.03% from 331); Blue value is 79 (31.25% from 255 or 23.87% from 331); Max value from RGB is 202 - color contains mainly: green. Hex color #32CA4F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32CA4F is #CD35B0. Grayscale: #8E8E8E. Windows color (decimal): -13448625 or 5229106. OLE color: 5229106.

HSL color Cylindrical-coordinate representation of color #32CA4F: hue angle of 131.45º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #32CA4F is Cyan = 0.75, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.21.

Color convert

RGB 50 202 79 -
CMYK 0.75 0 0.61 0.21
HSL 131.45º 0.6% 0.49% -
HSV(B) 131.45º 0.75% 0.79% -
XYZ 23.85 43.48 14.53 -
YUV 142.53 92.14 62 -
System Red Green Blue C M Y K H S L
Decimal 50 202 79 0.75 0 0.61 0.21 131.45 0.6 0.49
Hex 32 CA 4F 4B 0 3D 15 83 3C 31
Octal 62 312 117 113 0 75 25 203 74 61
Binary 110010 11001010 1001111 1001011 0 111101 10101 10000011 111100 110001

Color Harmonies of #32CA4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32CA4F

Black with #32CA4F

Text Example


Text Example

White with #32CA4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,202,79); }

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

background-color css

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

 a { background-color: rgb(50,202,79); }

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

border-color css

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

 span { border-color: rgb(50,202,79); }

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