Html Css Color HEX #55E532 Lime Green

📋 copy color: '#55E532'

red 85 ◦ green 229 ◦ blue 50

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

Shades of Lime Green #55E532

Tints of Lime Green #55E532

RGB

 RED value IS 85 (33.59% from 255) = 23.35%

 GREEN value IS 229 (89.84% from 255) = 62.91%

 BLUE value IS 50 (19.92% from 255) = 13.74%

R = 23.35%
G = 62.91%
B = 13.74%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.78

 K value IS 0.10

RGB Variations

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

Color information

#55E532 (or 0x55E532) is known color: Lime Green. HEX triplet: 55, E5 and 32. RGB value is (85,229,50). Sum of RGB (Red+Green+Blue) = 85+229+50=364 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.35% from 364); Green value is 229 (89.84% from 255 or 62.91% from 364); Blue value is 50 (19.92% from 255 or 13.74% from 364); Max value from RGB is 229 - color contains mainly: green. Hex color #55E532 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55E532 is #AA1ACD. Grayscale: #A6A6A6. Windows color (decimal): -11147982 or 3335509. OLE color: 3335509.

HSL color Cylindrical-coordinate representation of color #55E532: hue angle of 108.27º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #55E532 is Cyan = 0.63, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.10.

Color convert

RGB 85 229 50 -
CMYK 0.63 0 0.78 0.10
HSL 108.27º 0.77% 0.55% -
HSV(B) 108.27º 0.78% 0.9% -
XYZ 32.34 58.2 12.55 -
YUV 165.54 62.79 70.55 -
System Red Green Blue C M Y K H S L
Decimal 85 229 50 0.63 0 0.78 0.10 108.27 0.77 0.55
Hex 55 E5 32 3F 0 4E A 6C 4D 37
Octal 125 345 62 77 0 116 12 154 115 67
Binary 1010101 11100101 110010 111111 0 1001110 1010 1101100 1001101 110111

Color Harmonies of #55E532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55E532

Black with #55E532

Text Example


Text Example

White with #55E532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55E532; }

 p { color: rgb(85,229,50); }

 H1.HeaderClassName
 {
   color: #55E532;
 }
 .AnyTagClassName
 {
   color: #55E532;
 }
</style>

background-color css

<style>
 a { background-color: #55E532; }

 a { background-color: rgb(85,229,50); }

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

border-color css

<style>
 span { border-color: #55E532; }

 span { border-color: rgb(85,229,50); }

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