Html Css Color HEX #55D745 Lime Green

📋 copy color: '#55D745'

red 85 ◦ green 215 ◦ blue 69

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

Shades of Lime Green #55D745

Tints of Lime Green #55D745

RGB

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

 GREEN value IS 215 (84.38% from 255) = 58.27%

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

R = 23.04%
G = 58.27%
B = 18.7%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.68

 K value IS 0.16

RGB Variations

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

Color information

#55D745 (or 0x55D745) is known color: Lime Green. HEX triplet: 55, D7 and 45. RGB value is (85,215,69). Sum of RGB (Red+Green+Blue) = 85+215+69=369 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.04% from 369); Green value is 215 (84.38% from 255 or 58.27% from 369); Blue value is 69 (27.34% from 255 or 18.70% from 369); Max value from RGB is 215 - color contains mainly: green. Hex color #55D745 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55D745 is #AA28BA. Grayscale: #9F9F9F. Windows color (decimal): -11151547 or 4577109. OLE color: 4577109.

HSL color Cylindrical-coordinate representation of color #55D745: hue angle of 113.42º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #55D745 is Cyan = 0.60, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.16.

Color convert

RGB 85 215 69 -
CMYK 0.60 0 0.68 0.16
HSL 113.42º 0.65% 0.56% -
HSV(B) 113.42º 0.68% 0.84% -
XYZ 29.12 50.96 13.93 -
YUV 159.49 76.93 74.87 -
System Red Green Blue C M Y K H S L
Decimal 85 215 69 0.60 0 0.68 0.16 113.42 0.65 0.56
Hex 55 D7 45 3C 0 44 10 71 41 38
Octal 125 327 105 74 0 104 20 161 101 70
Binary 1010101 11010111 1000101 111100 0 1000100 10000 1110001 1000001 111000

Color Harmonies of #55D745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55D745

Black with #55D745

Text Example


Text Example

White with #55D745

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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