Html Css Color HEX #55E531 Lime Green

📋 copy color: '#55E531'

red 85 ◦ green 229 ◦ blue 49

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

Shades of Lime Green #55E531

Tints of Lime Green #55E531

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 13.5%

R = 23.42%
G = 63.09%
B = 13.5%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.79

 K value IS 0.10

RGB Variations

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

Color information

#55E531 (or 0x55E531) is known color: Lime Green. HEX triplet: 55, E5 and 31. RGB value is (85,229,49). Sum of RGB (Red+Green+Blue) = 85+229+49=363 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.42% from 363); Green value is 229 (89.84% from 255 or 63.09% from 363); Blue value is 49 (19.53% from 255 or 13.50% from 363); Max value from RGB is 229 - color contains mainly: green. Hex color #55E531 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55E531 is #AA1ACE. Grayscale: #A5A5A5. Windows color (decimal): -11147983 or 3269973. OLE color: 3269973.

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

Color convert

RGB 85 229 49 -
CMYK 0.63 0 0.79 0.10
HSL 108º 0.78% 0.55% -
HSV(B) 108º 0.79% 0.9% -
XYZ 32.32 58.19 12.43 -
YUV 165.42 62.29 70.64 -
System Red Green Blue C M Y K H S L
Decimal 85 229 49 0.63 0 0.79 0.10 108 0.78 0.55
Hex 55 E5 31 3F 0 4F A 6C 4E 37
Octal 125 345 61 77 0 117 12 154 116 67
Binary 1010101 11100101 110001 111111 0 1001111 1010 1101100 1001110 110111

Color Harmonies of #55E531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55E531

Black with #55E531

Text Example


Text Example

White with #55E531

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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