Html Css Color HEX #55EE39 Lime Green

📋 copy color: '#55EE39'

red 85 ◦ green 238 ◦ blue 57

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

Shades of Lime Green #55EE39

Tints of Lime Green #55EE39

RGB

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

 GREEN value IS 238 (93.36% from 255) = 62.63%

 BLUE value IS 57 (22.66% from 255) = 15%

R = 22.37%
G = 62.63%
B = 15%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.76

 K value IS 0.07

RGB Variations

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

Color information

#55EE39 (or 0x55EE39) is known color: Lime Green. HEX triplet: 55, EE and 39. RGB value is (85,238,57). Sum of RGB (Red+Green+Blue) = 85+238+57=380 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.37% from 380); Green value is 238 (93.36% from 255 or 62.63% from 380); Blue value is 57 (22.66% from 255 or 15% from 380); Max value from RGB is 238 - color contains mainly: green. Hex color #55EE39 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #55EE39 is #AA11C6. Grayscale: #ACACAC. Windows color (decimal): -11145671 or 3796565. OLE color: 3796565.

HSL color Cylindrical-coordinate representation of color #55EE39: hue angle of 110.72º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #55EE39 is Cyan = 0.64, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.07.

Color convert

RGB 85 238 57 -
CMYK 0.64 0 0.76 0.07
HSL 110.72º 0.84% 0.58% -
HSV(B) 110.72º 0.76% 0.93% -
XYZ 35.06 63.38 14.26 -
YUV 171.62 63.31 66.22 -
System Red Green Blue C M Y K H S L
Decimal 85 238 57 0.64 0 0.76 0.07 110.72 0.84 0.58
Hex 55 EE 39 40 0 4C 7 6F 54 3A
Octal 125 356 71 100 0 114 7 157 124 72
Binary 1010101 11101110 111001 1000000 0 1001100 111 1101111 1010100 111010

Color Harmonies of #55EE39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55EE39

Black with #55EE39

Text Example


Text Example

White with #55EE39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,238,57); }

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

background-color css

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

 a { background-color: rgb(85,238,57); }

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

border-color css

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

 span { border-color: rgb(85,238,57); }

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