#45D12D

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

Shades of Lime Green #45D12D

Tints of Lime Green #45D12D

Color information

#45D12D (or 0x45D12D) is unknown color: approx Lime Green. HEX triplet: 45, D1 and 2D. RGB value is (69,209,45). Sum of RGB (Red+Green+Blue) = 69+209+45=323 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.36% from 323); Green value is 209 (82.03% from 255 or 64.71% from 323); Blue value is 45 (17.97% from 255 or 13.93% from 323); Max value from RGB is 209 - color contains mainly: green. Hex color #45D12D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45D12D is #BA2ED2. Grayscale: #949494. Windows color (decimal): -12201683 or 3002693. OLE color: 3002693.

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

Color convert

RGB6920945-
CMYK0.6700.780.18
HSL111.22º64.57%49.8%-
HSV(B)111.22º78.47%81.96%-
XYZ25.7347.0610.21-
YUV148.4469.6271.34-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 21.36%
GREEN value IS 209 (82.03% from 255) = 64.71%
BLUE value IS 45 (17.97% from 255) = 13.93%
R=21.36%
G=64.71%
B=13.93%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal69209450.6700.780.18111.2264.5749.8
Hex45D12D4304E126f4132
Octal1053215510301162215710162
Binary1000101110100011011011000011010011101001011011111000001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45D12D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,209,45); }

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

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

 a { background-color: rgb(69,209,45); }

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

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

 span { border-color: rgb(69,209,45); }

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