Html Css Color HEX #32E228 Lime Green

📋 copy color: '#32E228'

red 50 ◦ green 226 ◦ blue 40

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

Shades of Lime Green #32E228

Tints of Lime Green #32E228

RGB

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

 GREEN value IS 226 (88.67% from 255) = 71.52%

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

R = 15.82%
G = 71.52%
B = 12.66%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.82

 K value IS 0.11

RGB Variations

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

Color information

#32E228 (or 0x32E228) is known color: Lime Green. HEX triplet: 32, E2 and 28. RGB value is (50,226,40). Sum of RGB (Red+Green+Blue) = 50+226+40=316 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.82% from 316); Green value is 226 (88.67% from 255 or 71.52% from 316); Blue value is 40 (16.02% from 255 or 12.66% from 316); Max value from RGB is 226 - color contains mainly: green. Hex color #32E228 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32E228 is #CD1DD7. Grayscale: #989898. Windows color (decimal): -13442520 or 2679346. OLE color: 2679346.

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

Color convert

RGB 50 226 40 -
CMYK 0.78 0 0.82 0.11
HSL 116.77º 0.76% 0.52% -
HSV(B) 116.77º 0.82% 0.89% -
XYZ 28.89 55.22 11.14 -
YUV 152.17 64.69 55.12 -
System Red Green Blue C M Y K H S L
Decimal 50 226 40 0.78 0 0.82 0.11 116.77 0.76 0.52
Hex 32 E2 28 4E 0 52 B 75 4C 34
Octal 62 342 50 116 0 122 13 165 114 64
Binary 110010 11100010 101000 1001110 0 1010010 1011 1110101 1001100 110100

Color Harmonies of #32E228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32E228

Black with #32E228

Text Example


Text Example

White with #32E228

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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