#45D454

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

Shades of Lime Green #45D454

Tints of Lime Green #45D454

Color information

#45D454 (or 0x45D454) is unknown color: approx Lime Green. HEX triplet: 45, D4 and 54. RGB value is (69,212,84). Sum of RGB (Red+Green+Blue) = 69+212+84=365 (48% of max value = 765). Red value is 69 (27.34% from 255 or 18.90% from 365); Green value is 212 (83.20% from 255 or 58.08% from 365); Blue value is 84 (33.20% from 255 or 23.01% from 365); Max value from RGB is 212 - color contains mainly: green. Hex color #45D454 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45D454 is #BA2BAB. Grayscale: #9B9B9B. Windows color (decimal): -12200876 or 5559365. OLE color: 5559365.

HSL color Cylindrical-coordinate representation of color #45D454: hue angle of 126.29º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #45D454 is Cyan = 0.67, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.17.

Color convert

RGB6921284-
CMYK0.6700.600.17
HSL126.29º62.45%55.1%-
HSV(B)126.29º67.45%83.14%-
XYZ27.648.9916.39-
YUV154.6588.1266.91-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 18.90%
GREEN value IS 212 (83.20% from 255) = 58.08%
BLUE value IS 84 (33.20% from 255) = 23.01%
R=18.90%
G=58.08%
B=23.01%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal69212840.6700.600.17126.2962.4555.1
Hex45D4544303C117e3e37
Octal105324124103074211767667
Binary100010111010100101010010000110111100100011111110111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45D454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,212,84); }

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

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

 a { background-color: rgb(69,212,84); }

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

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

 span { border-color: rgb(69,212,84); }

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