#45D12A

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

Shades of Lime Green #45D12A

Tints of Lime Green #45D12A

Color information

#45D12A (or 0x45D12A) is unknown color: approx Lime Green. HEX triplet: 45, D1 and 2A. RGB value is (69,209,42). Sum of RGB (Red+Green+Blue) = 69+209+42=320 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.56% from 320); Green value is 209 (82.03% from 255 or 65.31% from 320); Blue value is 42 (16.80% from 255 or 13.12% from 320); Max value from RGB is 209 - color contains mainly: green. Hex color #45D12A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45D12A is #BA2ED5. Grayscale: #949494. Windows color (decimal): -12201686 or 2806085. OLE color: 2806085.

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

Color convert

RGB6920942-
CMYK0.6700.800.18
HSL110.3º66.53%49.22%-
HSV(B)110.3º79.9%81.96%-
XYZ25.6747.039.92-
YUV148.168.1271.58-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 21.56%
GREEN value IS 209 (82.03% from 255) = 65.31%
BLUE value IS 42 (16.80% from 255) = 13.12%
R=21.56%
G=65.31%
B=13.12%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal69209420.6700.800.18110.366.5349.22
Hex45D12A43050126e4331
Octal1053215210301202215610361
Binary1000101110100011010101000011010100001001011011101000011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45D12A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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