Html Css Color HEX #55DD33 Lime Green

📋 copy color: '#55DD33'

red 85 ◦ green 221 ◦ blue 51

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

Shades of Lime Green #55DD33

Tints of Lime Green #55DD33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 14.29%

R = 23.81%
G = 61.9%
B = 14.29%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#55DD33 (or 0x55DD33) is known color: Lime Green. HEX triplet: 55, DD and 33. RGB value is (85,221,51). Sum of RGB (Red+Green+Blue) = 85+221+51=357 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.81% from 357); Green value is 221 (86.72% from 255 or 61.90% from 357); Blue value is 51 (20.31% from 255 or 14.29% from 357); Max value from RGB is 221 - color contains mainly: green. Hex color #55DD33 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55DD33 is #AA22CC. Grayscale: #A1A1A1. Windows color (decimal): -11150029 or 3398997. OLE color: 3398997.

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

Color convert

RGB 85 221 51 -
CMYK 0.62 0 0.77 0.13
HSL 108º 0.71% 0.53% -
HSV(B) 108º 0.77% 0.87% -
XYZ 30.2 53.88 11.94 -
YUV 160.96 65.94 73.82 -
System Red Green Blue C M Y K H S L
Decimal 85 221 51 0.62 0 0.77 0.13 108 0.71 0.53
Hex 55 DD 33 3E 0 4D D 6C 47 35
Octal 125 335 63 76 0 115 15 154 107 65
Binary 1010101 11011101 110011 111110 0 1001101 1101 1101100 1000111 110101

Color Harmonies of #55DD33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55DD33

Black with #55DD33

Text Example


Text Example

White with #55DD33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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