Html Css Color HEX #55E240 Lime Green

📋 copy color: '#55E240'

red 85 ◦ green 226 ◦ blue 64

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

Shades of Lime Green #55E240

Tints of Lime Green #55E240

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 17.07%

R = 22.67%
G = 60.27%
B = 17.07%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.72

 K value IS 0.11

RGB Variations

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

Color information

#55E240 (or 0x55E240) is known color: Lime Green. HEX triplet: 55, E2 and 40. RGB value is (85,226,64). Sum of RGB (Red+Green+Blue) = 85+226+64=375 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.67% from 375); Green value is 226 (88.67% from 255 or 60.27% from 375); Blue value is 64 (25.39% from 255 or 17.07% from 375); Max value from RGB is 226 - color contains mainly: green. Hex color #55E240 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55E240 is #AA1DBF. Grayscale: #A5A5A5. Windows color (decimal): -11148736 or 4252245. OLE color: 4252245.

HSL color Cylindrical-coordinate representation of color #55E240: hue angle of 112.22º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #55E240 is Cyan = 0.62, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.11.

Color convert

RGB 85 226 64 -
CMYK 0.62 0 0.72 0.11
HSL 112.22º 0.74% 0.57% -
HSV(B) 112.22º 0.72% 0.89% -
XYZ 31.87 56.69 14.11 -
YUV 165.37 70.79 70.67 -
System Red Green Blue C M Y K H S L
Decimal 85 226 64 0.62 0 0.72 0.11 112.22 0.74 0.57
Hex 55 E2 40 3E 0 48 B 70 4A 39
Octal 125 342 100 76 0 110 13 160 112 71
Binary 1010101 11100010 1000000 111110 0 1001000 1011 1110000 1001010 111001

Color Harmonies of #55E240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55E240

Black with #55E240

Text Example


Text Example

White with #55E240

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,226,64); }

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

background-color css

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

 a { background-color: rgb(85,226,64); }

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

border-color css

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

 span { border-color: rgb(85,226,64); }

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