Html Css Color HEX #32E127 Lime Green

📋 copy color: '#32E127'

red 50 ◦ green 225 ◦ blue 39

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

Shades of Lime Green #32E127

Tints of Lime Green #32E127

RGB

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

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

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

R = 15.92%
G = 71.66%
B = 12.42%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.83

 K value IS 0.12

RGB Variations

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

Color information

#32E127 (or 0x32E127) is known color: Lime Green. HEX triplet: 32, E1 and 27. RGB value is (50,225,39). Sum of RGB (Red+Green+Blue) = 50+225+39=314 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.92% from 314); Green value is 225 (88.28% from 255 or 71.66% from 314); Blue value is 39 (15.62% from 255 or 12.42% from 314); Max value from RGB is 225 - color contains mainly: green. Hex color #32E127 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32E127 is #CD1ED8. Grayscale: #989898. Windows color (decimal): -13442777 or 2613554. OLE color: 2613554.

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

Color convert

RGB 50 225 39 -
CMYK 0.78 0 0.83 0.12
HSL 116.45º 0.76% 0.52% -
HSV(B) 116.45º 0.83% 0.88% -
XYZ 28.61 54.68 10.97 -
YUV 151.47 64.52 55.62 -
System Red Green Blue C M Y K H S L
Decimal 50 225 39 0.78 0 0.83 0.12 116.45 0.76 0.52
Hex 32 E1 27 4E 0 53 C 74 4C 34
Octal 62 341 47 116 0 123 14 164 114 64
Binary 110010 11100001 100111 1001110 0 1010011 1100 1110100 1001100 110100

Color Harmonies of #32E127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32E127

Black with #32E127

Text Example


Text Example

White with #32E127

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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