Html Css Color HEX #55D439 Lime Green

📋 copy color: '#55D439'

red 85 ◦ green 212 ◦ blue 57

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

Shades of Lime Green #55D439

Tints of Lime Green #55D439

RGB

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

 GREEN value IS 212 (83.2% from 255) = 59.89%

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

R = 24.01%
G = 59.89%
B = 16.1%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.73

 K value IS 0.17

RGB Variations

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

Color information

#55D439 (or 0x55D439) is known color: Lime Green. HEX triplet: 55, D4 and 39. RGB value is (85,212,57). Sum of RGB (Red+Green+Blue) = 85+212+57=354 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.01% from 354); Green value is 212 (83.20% from 255 or 59.89% from 354); Blue value is 57 (22.66% from 255 or 16.10% from 354); Max value from RGB is 212 - color contains mainly: green. Hex color #55D439 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55D439 is #AA2BC6. Grayscale: #9C9C9C. Windows color (decimal): -11152327 or 3789909. OLE color: 3789909.

HSL color Cylindrical-coordinate representation of color #55D439: hue angle of 109.16º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #55D439 is Cyan = 0.60, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.17.

Color convert

RGB 85 212 57 -
CMYK 0.60 0 0.73 0.17
HSL 109.16º 0.64% 0.53% -
HSV(B) 109.16º 0.73% 0.83% -
XYZ 28.03 49.31 11.91 -
YUV 156.36 71.92 77.1 -
System Red Green Blue C M Y K H S L
Decimal 85 212 57 0.60 0 0.73 0.17 109.16 0.64 0.53
Hex 55 D4 39 3C 0 49 11 6D 40 35
Octal 125 324 71 74 0 111 21 155 100 65
Binary 1010101 11010100 111001 111100 0 1001001 10001 1101101 1000000 110101

Color Harmonies of #55D439

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55D439

Black with #55D439

Text Example


Text Example

White with #55D439

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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