Html Css Color HEX #32DE28 Lime Green

📋 copy color: '#32DE28'

red 50 ◦ green 222 ◦ blue 40

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

Shades of Lime Green #32DE28

Tints of Lime Green #32DE28

RGB

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

 GREEN value IS 222 (87.11% from 255) = 71.15%

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

R = 16.03%
G = 71.15%
B = 12.82%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#32DE28 (or 0x32DE28) is known color: Lime Green. HEX triplet: 32, DE and 28. RGB value is (50,222,40). Sum of RGB (Red+Green+Blue) = 50+222+40=312 (41% of max value = 765). Red value is 50 (19.92% from 255 or 16.03% from 312); Green value is 222 (87.11% from 255 or 71.15% from 312); Blue value is 40 (16.02% from 255 or 12.82% from 312); Max value from RGB is 222 - color contains mainly: green. Hex color #32DE28 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32DE28 is #CD21D7. Grayscale: #969696. Windows color (decimal): -13443544 or 2678322. OLE color: 2678322.

HSL color Cylindrical-coordinate representation of color #32DE28: hue angle of 116.7º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #32DE28 is Cyan = 0.77, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.13.

Color convert

RGB 50 222 40 -
CMYK 0.77 0 0.82 0.13
HSL 116.7º 0.73% 0.51% -
HSV(B) 116.7º 0.82% 0.87% -
XYZ 27.82 53.07 10.79 -
YUV 149.82 66.02 56.8 -
System Red Green Blue C M Y K H S L
Decimal 50 222 40 0.77 0 0.82 0.13 116.7 0.73 0.51
Hex 32 DE 28 4D 0 52 D 75 49 33
Octal 62 336 50 115 0 122 15 165 111 63
Binary 110010 11011110 101000 1001101 0 1010010 1101 1110101 1001001 110011

Color Harmonies of #32DE28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32DE28

Black with #32DE28

Text Example


Text Example

White with #32DE28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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