Html Css Color HEX #55DA45 Lime Green

📋 copy color: '#55DA45'

red 85 ◦ green 218 ◦ blue 69

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

Shades of Lime Green #55DA45

Tints of Lime Green #55DA45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 18.55%

R = 22.85%
G = 58.6%
B = 18.55%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.68

 K value IS 0.15

RGB Variations

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

Color information

#55DA45 (or 0x55DA45) is known color: Lime Green. HEX triplet: 55, DA and 45. RGB value is (85,218,69). Sum of RGB (Red+Green+Blue) = 85+218+69=372 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.85% from 372); Green value is 218 (85.55% from 255 or 58.60% from 372); Blue value is 69 (27.34% from 255 or 18.55% from 372); Max value from RGB is 218 - color contains mainly: green. Hex color #55DA45 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55DA45 is #AA25BA. Grayscale: #A1A1A1. Windows color (decimal): -11150779 or 4577877. OLE color: 4577877.

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

Color convert

RGB 85 218 69 -
CMYK 0.61 0 0.68 0.15
HSL 113.56º 0.67% 0.56% -
HSV(B) 113.56º 0.68% 0.85% -
XYZ 29.89 52.5 14.19 -
YUV 161.25 75.94 73.62 -
System Red Green Blue C M Y K H S L
Decimal 85 218 69 0.61 0 0.68 0.15 113.56 0.67 0.56
Hex 55 DA 45 3D 0 44 F 72 43 38
Octal 125 332 105 75 0 104 17 162 103 70
Binary 1010101 11011010 1000101 111101 0 1000100 1111 1110010 1000011 111000

Color Harmonies of #55DA45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55DA45

Black with #55DA45

Text Example


Text Example

White with #55DA45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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