Html Css Color HEX #55DD4B Lime Green

📋 copy color: '#55DD4B'

red 85 ◦ green 221 ◦ blue 75

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

Shades of Lime Green #55DD4B

Tints of Lime Green #55DD4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 19.69%

R = 22.31%
G = 58.01%
B = 19.69%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#55DD4B (or 0x55DD4B) is known color: Lime Green. HEX triplet: 55, DD and 4B. RGB value is (85,221,75). Sum of RGB (Red+Green+Blue) = 85+221+75=381 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.31% from 381); Green value is 221 (86.72% from 255 or 58.01% from 381); Blue value is 75 (29.69% from 255 or 19.69% from 381); Max value from RGB is 221 - color contains mainly: green. Hex color #55DD4B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55DD4B is #AA22B4. Grayscale: #A4A4A4. Windows color (decimal): -11150005 or 4971861. OLE color: 4971861.

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

Color convert

RGB 85 221 75 -
CMYK 0.62 0 0.66 0.13
HSL 115.89º 0.68% 0.58% -
HSV(B) 115.89º 0.66% 0.87% -
XYZ 30.87 54.15 15.48 -
YUV 163.69 77.94 71.87 -
System Red Green Blue C M Y K H S L
Decimal 85 221 75 0.62 0 0.66 0.13 115.89 0.68 0.58
Hex 55 DD 4B 3E 0 42 D 74 44 3A
Octal 125 335 113 76 0 102 15 164 104 72
Binary 1010101 11011101 1001011 111110 0 1000010 1101 1110100 1000100 111010

Color Harmonies of #55DD4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55DD4B

Black with #55DD4B

Text Example


Text Example

White with #55DD4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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