Html Css Color HEX #55DA3F Lime Green

📋 copy color: '#55DA3F'

red 85 ◦ green 218 ◦ blue 63

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

Shades of Lime Green #55DA3F

Tints of Lime Green #55DA3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 17.21%

R = 23.22%
G = 59.56%
B = 17.21%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#55DA3F (or 0x55DA3F) is known color: Lime Green. HEX triplet: 55, DA and 3F. RGB value is (85,218,63). Sum of RGB (Red+Green+Blue) = 85+218+63=366 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.22% from 366); Green value is 218 (85.55% from 255 or 59.56% from 366); Blue value is 63 (25% from 255 or 17.21% from 366); Max value from RGB is 218 - color contains mainly: green. Hex color #55DA3F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55DA3F is #AA25C0. Grayscale: #A1A1A1. Windows color (decimal): -11150785 or 4184661. OLE color: 4184661.

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

Color convert

RGB 85 218 63 -
CMYK 0.61 0 0.71 0.15
HSL 111.48º 0.68% 0.55% -
HSV(B) 111.48º 0.71% 0.85% -
XYZ 29.71 52.43 13.26 -
YUV 160.56 72.94 74.1 -
System Red Green Blue C M Y K H S L
Decimal 85 218 63 0.61 0 0.71 0.15 111.48 0.68 0.55
Hex 55 DA 3F 3D 0 47 F 6F 44 37
Octal 125 332 77 75 0 107 17 157 104 67
Binary 1010101 11011010 111111 111101 0 1000111 1111 1101111 1000100 110111

Color Harmonies of #55DA3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55DA3F

Black with #55DA3F

Text Example


Text Example

White with #55DA3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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