#45d03f

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

Shades of Lime Green #45D03F

Tints of Lime Green #45D03F

Color information

#45D03F (or 0x45D03F) is unknown color: approx Lime Green. HEX triplet: 45, D0 and 3F. RGB value is (69,208,63). Sum of RGB (Red+Green+Blue) = 69+208+63=340 (45% of max value = 765). Red value is 69 (27.34% from 255 or 20.29% from 340); Green value is 208 (81.64% from 255 or 61.18% from 340); Blue value is 63 (25% from 255 or 18.53% from 340); Max value from RGB is 208 - color contains mainly: green. Hex color #45D03F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45D03F is #BA2FC0. Grayscale: #969696. Windows color (decimal): -12201921 or 4182085. OLE color: 4182085.

HSL color Cylindrical-coordinate representation of color #45D03F: hue angle of 117.52º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #45D03F is Cyan = 0.67, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.18.

Color convert

RGB6920863-
CMYK0.6700.700.18
HSL117.52º60.67%53.14%-
HSV(B)117.52º69.71%81.57%-
XYZ25.9146.7412.36-
YUV149.9178.9570.29-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 20.29%
GREEN value IS 208 (81.64% from 255) = 61.18%
BLUE value IS 63 (25% from 255) = 18.53%
R=20.29%
G=61.18%
B=18.53%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal69208630.6700.700.18117.5260.6753.14
Hex45D03F4304612763d35
Octal105320771030106221667565
Binary100010111010000111111100001101000110100101110110111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45d03f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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