Html Css Color HEX #32E449 Lime Green

📋 copy color: '#32E449'

red 50 ◦ green 228 ◦ blue 73

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

Shades of Lime Green #32E449

Tints of Lime Green #32E449

RGB

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

 GREEN value IS 228 (89.45% from 255) = 64.96%

 BLUE value IS 73 (28.91% from 255) = 20.8%

R = 14.25%
G = 64.96%
B = 20.8%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.68

 K value IS 0.11

RGB Variations

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

Color information

#32E449 (or 0x32E449) is known color: Lime Green. HEX triplet: 32, E4 and 49. RGB value is (50,228,73). Sum of RGB (Red+Green+Blue) = 50+228+73=351 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.25% from 351); Green value is 228 (89.45% from 255 or 64.96% from 351); Blue value is 73 (28.91% from 255 or 20.80% from 351); Max value from RGB is 228 - color contains mainly: green. Hex color #32E449 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32E449 is #CD1BB6. Grayscale: #9D9D9D. Windows color (decimal): -13441975 or 4842546. OLE color: 4842546.

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

Color convert

RGB 50 228 73 -
CMYK 0.78 0 0.68 0.11
HSL 127.75º 0.77% 0.55% -
HSV(B) 127.75º 0.78% 0.89% -
XYZ 30.26 56.65 15.64 -
YUV 157.11 80.53 51.6 -
System Red Green Blue C M Y K H S L
Decimal 50 228 73 0.78 0 0.68 0.11 127.75 0.77 0.55
Hex 32 E4 49 4E 0 44 B 80 4D 37
Octal 62 344 111 116 0 104 13 200 115 67
Binary 110010 11100100 1001001 1001110 0 1000100 1011 10000000 1001101 110111

Color Harmonies of #32E449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32E449

Black with #32E449

Text Example


Text Example

White with #32E449

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,228,73); }

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

background-color css

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

 a { background-color: rgb(50,228,73); }

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

border-color css

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

 span { border-color: rgb(50,228,73); }

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