#45D94C

Color #45D94C Lime Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime Green #45D94C

Tints of Lime Green #45D94C

Color information

#45D94C (or 0x45D94C) is unknown color: approx Lime Green. HEX triplet: 45, D9 and 4C. RGB value is (69,217,76). Sum of RGB (Red+Green+Blue) = 69+217+76=362 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.06% from 362); Green value is 217 (85.16% from 255 or 59.94% from 362); Blue value is 76 (30.08% from 255 or 20.99% from 362); Max value from RGB is 217 - color contains mainly: green. Hex color #45D94C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45D94C is #BA26B3. Grayscale: #9D9D9D. Windows color (decimal): -12199604 or 5036357. OLE color: 5036357.

HSL color Cylindrical-coordinate representation of color #45D94C: hue angle of 122.84º degrees, saturation: 0.66, 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 #45D94C is Cyan = 0.68, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.

Color convert

RGB6921776-
CMYK0.6800.650.15
HSL122.84º66.07%56.08%-
HSV(B)122.84º68.2%85.1%-
XYZ28.5751.4115.26-
YUV156.6782.4765.46-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 19.06%
GREEN value IS 217 (85.16% from 255) = 59.94%
BLUE value IS 76 (30.08% from 255) = 20.99%
R=19.06%
G=59.94%
B=20.99%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal69217760.6800.650.15122.8466.0756.08
Hex45D94C44041F7b4238
Octal10533111410401011717310270
Binary1000101110110011001100100010001000001111111110111000010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45D94C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45D94C; }

 p { color: rgb(69,217,76); }

 H1.HeaderClassName
 {
   color: #45D94C;
 }
 .AnyTagClassName
 {
   color: #45D94C;
 }
</style>
background-color css

<style>
 a { background-color: #45D94C; }

 a { background-color: rgb(69,217,76); }

 div.DivClassName
 {
   background-color: #45D94C;
 }
 .BgClassName
 {
   background-color: #45D94C;
 }
</style>
border-color css

<style>
 span { border-color: #45D94C; }

 span { border-color: rgb(69,217,76); }

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