Html Css Color HEX #55E03A Lime Green

📋 copy color: '#55E03A'

red 85 ◦ green 224 ◦ blue 58

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

Shades of Lime Green #55E03A

Tints of Lime Green #55E03A

RGB

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

 GREEN value IS 224 (87.89% from 255) = 61.04%

 BLUE value IS 58 (23.05% from 255) = 15.8%

R = 23.16%
G = 61.04%
B = 15.8%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.74

 K value IS 0.12

RGB Variations

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

Color information

#55E03A (or 0x55E03A) is known color: Lime Green. HEX triplet: 55, E0 and 3A. RGB value is (85,224,58). Sum of RGB (Red+Green+Blue) = 85+224+58=367 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.16% from 367); Green value is 224 (87.89% from 255 or 61.04% from 367); Blue value is 58 (23.05% from 255 or 15.80% from 367); Max value from RGB is 224 - color contains mainly: green. Hex color #55E03A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55E03A is #AA1FC5. Grayscale: #A4A4A4. Windows color (decimal): -11149254 or 3858517. OLE color: 3858517.

HSL color Cylindrical-coordinate representation of color #55E03A: hue angle of 110.24º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #55E03A is Cyan = 0.62, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.12.

Color convert

RGB 85 224 58 -
CMYK 0.62 0 0.74 0.12
HSL 110.24º 0.73% 0.55% -
HSV(B) 110.24º 0.74% 0.88% -
XYZ 31.17 55.55 13.08 -
YUV 163.52 68.45 72 -
System Red Green Blue C M Y K H S L
Decimal 85 224 58 0.62 0 0.74 0.12 110.24 0.73 0.55
Hex 55 E0 3A 3E 0 4A C 6E 49 37
Octal 125 340 72 76 0 112 14 156 111 67
Binary 1010101 11100000 111010 111110 0 1001010 1100 1101110 1001001 110111

Color Harmonies of #55E03A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55E03A

Black with #55E03A

Text Example


Text Example

White with #55E03A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,224,58); }

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

background-color css

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

 a { background-color: rgb(85,224,58); }

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

border-color css

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

 span { border-color: rgb(85,224,58); }

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