#45CD40

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

Shades of Lime Green #45CD40

Tints of Lime Green #45CD40

Color information

#45CD40 (or 0x45CD40) is unknown color: approx Lime Green. HEX triplet: 45, CD and 40. RGB value is (69,205,64). Sum of RGB (Red+Green+Blue) = 69+205+64=338 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.41% from 338); Green value is 205 (80.47% from 255 or 60.65% from 338); Blue value is 64 (25.39% from 255 or 18.93% from 338); Max value from RGB is 205 - color contains mainly: green. Hex color #45CD40 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45CD40 is #BA32BF. Grayscale: #949494. Windows color (decimal): -12202688 or 4246853. OLE color: 4246853.

HSL color Cylindrical-coordinate representation of color #45CD40: hue angle of 117.87º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #45CD40 is Cyan = 0.66, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.20.

Color convert

RGB6920564-
CMYK0.6600.690.20
HSL117.87º58.51%52.75%-
HSV(B)117.87º68.78%80.39%-
XYZ25.2145.312.27-
YUV148.2680.4471.46-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 20.41%
GREEN value IS 205 (80.47% from 255) = 60.65%
BLUE value IS 64 (25.39% from 255) = 18.93%
R=20.41%
G=60.65%
B=18.93%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal69205640.6600.690.20117.8758.5152.75
Hex45CD404204514763b35
Octal1053151001020105241667365
Binary1000101110011011000000100001001000101101001110110111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45CD40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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