Html Css Color HEX #32CA28 Lime Green

📋 copy color: '#32CA28'

red 50 ◦ green 202 ◦ blue 40

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

Shades of Lime Green #32CA28

Tints of Lime Green #32CA28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 13.7%

R = 17.12%
G = 69.18%
B = 13.7%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.80

 K value IS 0.21

RGB Variations

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

Color information

#32CA28 (or 0x32CA28) is known color: Lime Green. HEX triplet: 32, CA and 28. RGB value is (50,202,40). Sum of RGB (Red+Green+Blue) = 50+202+40=292 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.12% from 292); Green value is 202 (79.30% from 255 or 69.18% from 292); Blue value is 40 (16.02% from 255 or 13.70% from 292); Max value from RGB is 202 - color contains mainly: green. Hex color #32CA28 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32CA28 is #CD35D7. Grayscale: #8A8A8A. Windows color (decimal): -13448664 or 2673202. OLE color: 2673202.

HSL color Cylindrical-coordinate representation of color #32CA28: hue angle of 116.3º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #32CA28 is Cyan = 0.75, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.21.

Color convert

RGB 50 202 40 -
CMYK 0.75 0 0.80 0.21
HSL 116.3º 0.67% 0.47% -
HSV(B) 116.3º 0.8% 0.79% -
XYZ 22.82 43.07 9.12 -
YUV 138.08 72.64 65.17 -
System Red Green Blue C M Y K H S L
Decimal 50 202 40 0.75 0 0.80 0.21 116.3 0.67 0.47
Hex 32 CA 28 4B 0 50 15 74 43 2F
Octal 62 312 50 113 0 120 25 164 103 57
Binary 110010 11001010 101000 1001011 0 1010000 10101 1110100 1000011 101111

Color Harmonies of #32CA28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32CA28

Black with #32CA28

Text Example


Text Example

White with #32CA28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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