#45D42E

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

Shades of Lime Green #45D42E

Tints of Lime Green #45D42E

Color information

#45D42E (or 0x45D42E) is unknown color: approx Lime Green. HEX triplet: 45, D4 and 2E. RGB value is (69,212,46). Sum of RGB (Red+Green+Blue) = 69+212+46=327 (43% of max value = 765). Red value is 69 (27.34% from 255 or 21.10% from 327); Green value is 212 (83.20% from 255 or 64.83% from 327); Blue value is 46 (18.36% from 255 or 14.07% from 327); Max value from RGB is 212 - color contains mainly: green. Hex color #45D42E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45D42E is #BA2BD1. Grayscale: #969696. Windows color (decimal): -12200914 or 3068997. OLE color: 3068997.

HSL color Cylindrical-coordinate representation of color #45D42E: hue angle of 111.69º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #45D42E is Cyan = 0.67, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.17.

Color convert

RGB6921246-
CMYK0.6700.780.17
HSL111.69º65.87%50.59%-
HSV(B)111.69º78.3%83.14%-
XYZ26.4948.5510.56-
YUV150.3269.1270-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 21.10%
GREEN value IS 212 (83.20% from 255) = 64.83%
BLUE value IS 46 (18.36% from 255) = 14.07%
R=21.10%
G=64.83%
B=14.07%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal69212460.6700.780.17111.6965.8750.59
Hex45D42E4304E11704233
Octal1053245610301162116010263
Binary1000101110101001011101000011010011101000111100001000010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45D42E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,212,46); }

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

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

 a { background-color: rgb(69,212,46); }

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

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

 span { border-color: rgb(69,212,46); }

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