Html Css Color HEX #55DD45 Lime Green

📋 copy color: '#55DD45'

red 85 ◦ green 221 ◦ blue 69

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

Shades of Lime Green #55DD45

Tints of Lime Green #55DD45

RGB

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

 GREEN value IS 221 (86.72% from 255) = 58.93%

 BLUE value IS 69 (27.34% from 255) = 18.4%

R = 22.67%
G = 58.93%
B = 18.4%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.69

 K value IS 0.13

RGB Variations

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

Color information

#55DD45 (or 0x55DD45) is known color: Lime Green. HEX triplet: 55, DD and 45. RGB value is (85,221,69). Sum of RGB (Red+Green+Blue) = 85+221+69=375 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.67% from 375); Green value is 221 (86.72% from 255 or 58.93% from 375); Blue value is 69 (27.34% from 255 or 18.4% from 375); Max value from RGB is 221 - color contains mainly: green. Hex color #55DD45 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55DD45 is #AA22BA. Grayscale: #A3A3A3. Windows color (decimal): -11150011 or 4578645. OLE color: 4578645.

HSL color Cylindrical-coordinate representation of color #55DD45: hue angle of 113.68º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #55DD45 is Cyan = 0.62, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.13.

Color convert

RGB 85 221 69 -
CMYK 0.62 0 0.69 0.13
HSL 113.68º 0.69% 0.57% -
HSV(B) 113.68º 0.69% 0.87% -
XYZ 30.68 54.07 14.45 -
YUV 163.01 74.94 72.36 -
System Red Green Blue C M Y K H S L
Decimal 85 221 69 0.62 0 0.69 0.13 113.68 0.69 0.57
Hex 55 DD 45 3E 0 45 D 72 45 39
Octal 125 335 105 76 0 105 15 162 105 71
Binary 1010101 11011101 1000101 111110 0 1000101 1101 1110010 1000101 111001

Color Harmonies of #55DD45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55DD45

Black with #55DD45

Text Example


Text Example

White with #55DD45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,221,69); }

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

background-color css

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

 a { background-color: rgb(85,221,69); }

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

border-color css

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

 span { border-color: rgb(85,221,69); }

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