Html Css Color HEX #32DE27 Lime Green

📋 copy color: '#32DE27'

red 50 ◦ green 222 ◦ blue 39

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

Shades of Lime Green #32DE27

Tints of Lime Green #32DE27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 12.54%

R = 16.08%
G = 71.38%
B = 12.54%

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

#32DE27 (or 0x32DE27) is known color: Lime Green. HEX triplet: 32, DE and 27. RGB value is (50,222,39). Sum of RGB (Red+Green+Blue) = 50+222+39=311 (41% of max value = 765). Red value is 50 (19.92% from 255 or 16.08% from 311); Green value is 222 (87.11% from 255 or 71.38% from 311); Blue value is 39 (15.62% from 255 or 12.54% from 311); Max value from RGB is 222 - color contains mainly: green. Hex color #32DE27 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32DE27 is #CD21D8. Grayscale: #969696. Windows color (decimal): -13443545 or 2612786. OLE color: 2612786.

HSL color Cylindrical-coordinate representation of color #32DE27: hue angle of 116.39º 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 #32DE27 is Cyan = 0.77, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.13.

Color convert

RGB 50 222 39 -
CMYK 0.77 0 0.82 0.13
HSL 116.39º 0.73% 0.51% -
HSV(B) 116.39º 0.82% 0.87% -
XYZ 27.8 53.07 10.7 -
YUV 149.71 65.52 56.88 -
System Red Green Blue C M Y K H S L
Decimal 50 222 39 0.77 0 0.82 0.13 116.39 0.73 0.51
Hex 32 DE 27 4D 0 52 D 74 49 33
Octal 62 336 47 115 0 122 15 164 111 63
Binary 110010 11011110 100111 1001101 0 1010010 1101 1110100 1001001 110011

Color Harmonies of #32DE27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32DE27

Black with #32DE27

Text Example


Text Example

White with #32DE27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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