Html Css Color HEX #55E52A Lime Green

📋 copy color: '#55E52A'

red 85 ◦ green 229 ◦ blue 42

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

Shades of Lime Green #55E52A

Tints of Lime Green #55E52A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 11.8%

R = 23.88%
G = 64.33%
B = 11.8%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.82

 K value IS 0.10

RGB Variations

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

Color information

#55E52A (or 0x55E52A) is known color: Lime Green. HEX triplet: 55, E5 and 2A. RGB value is (85,229,42). Sum of RGB (Red+Green+Blue) = 85+229+42=356 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.88% from 356); Green value is 229 (89.84% from 255 or 64.33% from 356); Blue value is 42 (16.80% from 255 or 11.80% from 356); Max value from RGB is 229 - color contains mainly: green. Hex color #55E52A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55E52A is #AA1AD5. Grayscale: #A5A5A5. Windows color (decimal): -11147990 or 2811221. OLE color: 2811221.

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

Color convert

RGB 85 229 42 -
CMYK 0.63 0 0.82 0.10
HSL 106.2º 0.78% 0.53% -
HSV(B) 106.2º 0.82% 0.9% -
XYZ 32.18 58.14 11.72 -
YUV 164.63 58.79 71.21 -
System Red Green Blue C M Y K H S L
Decimal 85 229 42 0.63 0 0.82 0.10 106.2 0.78 0.53
Hex 55 E5 2A 3F 0 52 A 6A 4E 35
Octal 125 345 52 77 0 122 12 152 116 65
Binary 1010101 11100101 101010 111111 0 1010010 1010 1101010 1001110 110101

Color Harmonies of #55E52A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55E52A

Black with #55E52A

Text Example


Text Example

White with #55E52A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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