Html Css Color HEX #32E142 Lime Green

📋 copy color: '#32E142'

red 50 ◦ green 225 ◦ blue 66

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

Shades of Lime Green #32E142

Tints of Lime Green #32E142

RGB

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

 GREEN value IS 225 (88.28% from 255) = 65.98%

 BLUE value IS 66 (26.17% from 255) = 19.35%

R = 14.66%
G = 65.98%
B = 19.35%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.71

 K value IS 0.12

RGB Variations

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

Color information

#32E142 (or 0x32E142) is known color: Lime Green. HEX triplet: 32, E1 and 42. RGB value is (50,225,66). Sum of RGB (Red+Green+Blue) = 50+225+66=341 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.66% from 341); Green value is 225 (88.28% from 255 or 65.98% from 341); Blue value is 66 (26.17% from 255 or 19.35% from 341); Max value from RGB is 225 - color contains mainly: green. Hex color #32E142 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32E142 is #CD1EBD. Grayscale: #9B9B9B. Windows color (decimal): -13442750 or 4383026. OLE color: 4383026.

HSL color Cylindrical-coordinate representation of color #32E142: hue angle of 125.49º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #32E142 is Cyan = 0.78, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.12.

Color convert

RGB 50 225 66 -
CMYK 0.78 0 0.71 0.12
HSL 125.49º 0.74% 0.54% -
HSV(B) 125.49º 0.78% 0.88% -
XYZ 29.22 54.92 14.21 -
YUV 154.55 78.02 53.43 -
System Red Green Blue C M Y K H S L
Decimal 50 225 66 0.78 0 0.71 0.12 125.49 0.74 0.54
Hex 32 E1 42 4E 0 47 C 7D 4A 36
Octal 62 341 102 116 0 107 14 175 112 66
Binary 110010 11100001 1000010 1001110 0 1000111 1100 1111101 1001010 110110

Color Harmonies of #32E142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32E142

Black with #32E142

Text Example


Text Example

White with #32E142

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,225,66); }

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

background-color css

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

 a { background-color: rgb(50,225,66); }

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

border-color css

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

 span { border-color: rgb(50,225,66); }

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