Html Css Color HEX #55DD40 Lime Green

📋 copy color: '#55DD40'

red 85 ◦ green 221 ◦ blue 64

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

Shades of Lime Green #55DD40

Tints of Lime Green #55DD40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 17.3%

R = 22.97%
G = 59.73%
B = 17.3%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#55DD40 (or 0x55DD40) is known color: Lime Green. HEX triplet: 55, DD and 40. RGB value is (85,221,64). Sum of RGB (Red+Green+Blue) = 85+221+64=370 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.97% from 370); Green value is 221 (86.72% from 255 or 59.73% from 370); Blue value is 64 (25.39% from 255 or 17.30% from 370); Max value from RGB is 221 - color contains mainly: green. Hex color #55DD40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55DD40 is #AA22BF. Grayscale: #A2A2A2. Windows color (decimal): -11150016 or 4250965. OLE color: 4250965.

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

Color convert

RGB 85 221 64 -
CMYK 0.62 0 0.71 0.13
HSL 111.97º 0.7% 0.56% -
HSV(B) 111.97º 0.71% 0.87% -
XYZ 30.53 54.01 13.67 -
YUV 162.44 72.44 72.77 -
System Red Green Blue C M Y K H S L
Decimal 85 221 64 0.62 0 0.71 0.13 111.97 0.7 0.56
Hex 55 DD 40 3E 0 47 D 70 46 38
Octal 125 335 100 76 0 107 15 160 106 70
Binary 1010101 11011101 1000000 111110 0 1000111 1101 1110000 1000110 111000

Color Harmonies of #55DD40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55DD40

Black with #55DD40

Text Example


Text Example

White with #55DD40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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