Html Css Color HEX #55DA4D Lime Green

📋 copy color: '#55DA4D'

red 85 ◦ green 218 ◦ blue 77

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

Shades of Lime Green #55DA4D

Tints of Lime Green #55DA4D

RGB

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

 GREEN value IS 218 (85.55% from 255) = 57.37%

 BLUE value IS 77 (30.47% from 255) = 20.26%

R = 22.37%
G = 57.37%
B = 20.26%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#55DA4D (or 0x55DA4D) is known color: Lime Green. HEX triplet: 55, DA and 4D. RGB value is (85,218,77). Sum of RGB (Red+Green+Blue) = 85+218+77=380 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.37% from 380); Green value is 218 (85.55% from 255 or 57.37% from 380); Blue value is 77 (30.47% from 255 or 20.26% from 380); Max value from RGB is 218 - color contains mainly: green. Hex color #55DA4D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55DA4D is #AA25B2. Grayscale: #A2A2A2. Windows color (decimal): -11150771 or 5102165. OLE color: 5102165.

HSL color Cylindrical-coordinate representation of color #55DA4D: hue angle of 116.6º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #55DA4D is Cyan = 0.61, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.

Color convert

RGB 85 218 77 -
CMYK 0.61 0 0.65 0.15
HSL 116.6º 0.66% 0.58% -
HSV(B) 116.6º 0.65% 0.85% -
XYZ 30.16 52.61 15.59 -
YUV 162.16 79.94 72.96 -
System Red Green Blue C M Y K H S L
Decimal 85 218 77 0.61 0 0.65 0.15 116.6 0.66 0.58
Hex 55 DA 4D 3D 0 41 F 75 42 3A
Octal 125 332 115 75 0 101 17 165 102 72
Binary 1010101 11011010 1001101 111101 0 1000001 1111 1110101 1000010 111010

Color Harmonies of #55DA4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55DA4D

Black with #55DA4D

Text Example


Text Example

White with #55DA4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,218,77); }

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

background-color css

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

 a { background-color: rgb(85,218,77); }

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

border-color css

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

 span { border-color: rgb(85,218,77); }

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