#45D036

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

Shades of Lime Green #45D036

Tints of Lime Green #45D036

Color information

#45D036 (or 0x45D036) is unknown color: approx Lime Green. HEX triplet: 45, D0 and 36. RGB value is (69,208,54). Sum of RGB (Red+Green+Blue) = 69+208+54=331 (43% of max value = 765). Red value is 69 (27.34% from 255 or 20.85% from 331); Green value is 208 (81.64% from 255 or 62.84% from 331); Blue value is 54 (21.48% from 255 or 16.31% from 331); Max value from RGB is 208 - color contains mainly: green. Hex color #45D036 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45D036 is #BA2FC9. Grayscale: #959595. Windows color (decimal): -12201930 or 3592261. OLE color: 3592261.

HSL color Cylindrical-coordinate representation of color #45D036: hue angle of 114.16º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #45D036 is Cyan = 0.67, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.18.

Color convert

RGB6920854-
CMYK0.6700.740.18
HSL114.16º62.1%51.37%-
HSV(B)114.16º74.04%81.57%-
XYZ25.6846.6411.14-
YUV148.8874.4571.02-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 20.85%
GREEN value IS 208 (81.64% from 255) = 62.84%
BLUE value IS 54 (21.48% from 255) = 16.31%
R=20.85%
G=62.84%
B=16.31%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal69208540.6700.740.18114.1662.151.37
Hex45D0364304A12723e33
Octal105320661030112221627663
Binary100010111010000110110100001101001010100101110010111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45D036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,208,54); }

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

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

 a { background-color: rgb(69,208,54); }

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

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

 span { border-color: rgb(69,208,54); }

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