Html Css Color HEX #55E33A Lime Green

📋 copy color: '#55E33A'

red 85 ◦ green 227 ◦ blue 58

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

Shades of Lime Green #55E33A

Tints of Lime Green #55E33A

RGB

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

 GREEN value IS 227 (89.06% from 255) = 61.35%

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

R = 22.97%
G = 61.35%
B = 15.68%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.74

 K value IS 0.11

RGB Variations

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

Color information

#55E33A (or 0x55E33A) is known color: Lime Green. HEX triplet: 55, E3 and 3A. RGB value is (85,227,58). Sum of RGB (Red+Green+Blue) = 85+227+58=370 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.97% from 370); Green value is 227 (89.06% from 255 or 61.35% from 370); Blue value is 58 (23.05% from 255 or 15.68% from 370); Max value from RGB is 227 - color contains mainly: green. Hex color #55E33A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55E33A is #AA1CC5. Grayscale: #A5A5A5. Windows color (decimal): -11148486 or 3859285. OLE color: 3859285.

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

Color convert

RGB 85 227 58 -
CMYK 0.63 0 0.74 0.11
HSL 110.41º 0.75% 0.56% -
HSV(B) 110.41º 0.74% 0.89% -
XYZ 31.98 57.17 13.35 -
YUV 165.28 67.46 70.74 -
System Red Green Blue C M Y K H S L
Decimal 85 227 58 0.63 0 0.74 0.11 110.41 0.75 0.56
Hex 55 E3 3A 3F 0 4A B 6E 4B 38
Octal 125 343 72 77 0 112 13 156 113 70
Binary 1010101 11100011 111010 111111 0 1001010 1011 1101110 1001011 111000

Color Harmonies of #55E33A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55E33A

Black with #55E33A

Text Example


Text Example

White with #55E33A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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