Html Css Color HEX #55EA3C Lime Green

📋 copy color: '#55EA3C'

red 85 ◦ green 234 ◦ blue 60

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

Shades of Lime Green #55EA3C

Tints of Lime Green #55EA3C

RGB

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

 GREEN value IS 234 (91.8% from 255) = 61.74%

 BLUE value IS 60 (23.83% from 255) = 15.83%

R = 22.43%
G = 61.74%
B = 15.83%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.74

 K value IS 0.08

RGB Variations

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

Color information

#55EA3C (or 0x55EA3C) is known color: Lime Green. HEX triplet: 55, EA and 3C. RGB value is (85,234,60). Sum of RGB (Red+Green+Blue) = 85+234+60=379 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.43% from 379); Green value is 234 (91.80% from 255 or 61.74% from 379); Blue value is 60 (23.83% from 255 or 15.83% from 379); Max value from RGB is 234 - color contains mainly: green. Hex color #55EA3C is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #55EA3C is #AA15C3. Grayscale: #AAAAAA. Windows color (decimal): -11146692 or 3992149. OLE color: 3992149.

HSL color Cylindrical-coordinate representation of color #55EA3C: hue angle of 111.38º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #55EA3C is Cyan = 0.64, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.08.

Color convert

RGB 85 234 60 -
CMYK 0.64 0 0.74 0.08
HSL 111.38º 0.81% 0.58% -
HSV(B) 111.38º 0.74% 0.92% -
XYZ 33.98 61.1 14.28 -
YUV 169.61 66.14 67.65 -
System Red Green Blue C M Y K H S L
Decimal 85 234 60 0.64 0 0.74 0.08 111.38 0.81 0.58
Hex 55 EA 3C 40 0 4A 8 6F 51 3A
Octal 125 352 74 100 0 112 10 157 121 72
Binary 1010101 11101010 111100 1000000 0 1001010 1000 1101111 1010001 111010

Color Harmonies of #55EA3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55EA3C

Black with #55EA3C

Text Example


Text Example

White with #55EA3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,234,60); }

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

background-color css

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

 a { background-color: rgb(85,234,60); }

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

border-color css

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

 span { border-color: rgb(85,234,60); }

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