#45C540

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

Shades of Lime Green #45C540

Tints of Lime Green #45C540

Color information

#45C540 (or 0x45C540) is unknown color: approx Lime Green. HEX triplet: 45, C5 and 40. RGB value is (69,197,64). Sum of RGB (Red+Green+Blue) = 69+197+64=330 (43% of max value = 765). Red value is 69 (27.34% from 255 or 20.91% from 330); Green value is 197 (77.34% from 255 or 59.70% from 330); Blue value is 64 (25.39% from 255 or 19.39% from 330); Max value from RGB is 197 - color contains mainly: green. Hex color #45C540 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45C540 is #BA3ABF. Grayscale: #8F8F8F. Windows color (decimal): -12204736 or 4244805. OLE color: 4244805.

HSL color Cylindrical-coordinate representation of color #45C540: hue angle of 117.74º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #45C540 is Cyan = 0.65, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.23.

Color convert

RGB6919764-
CMYK0.6500.680.23
HSL117.74º53.41%51.18%-
HSV(B)117.74º67.51%77.25%-
XYZ23.3541.5711.64-
YUV143.5783.0974.81-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 20.91%
GREEN value IS 197 (77.34% from 255) = 59.70%
BLUE value IS 64 (25.39% from 255) = 19.39%
R=20.91%
G=59.70%
B=19.39%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal69197640.6500.680.23117.7453.4151.18
Hex45C5404104417763533
Octal1053051001010104271666563
Binary1000101110001011000000100000101000100101111110110110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45C540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,197,64); }

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

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

 a { background-color: rgb(69,197,64); }

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

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

 span { border-color: rgb(69,197,64); }

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