#45DE3E

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

Shades of Lime Green #45DE3E

Tints of Lime Green #45DE3E

Color information

#45DE3E (or 0x45DE3E) is unknown color: approx Lime Green. HEX triplet: 45, DE and 3E. RGB value is (69,222,62). Sum of RGB (Red+Green+Blue) = 69+222+62=353 (46% of max value = 765). Red value is 69 (27.34% from 255 or 19.55% from 353); Green value is 222 (87.11% from 255 or 62.89% from 353); Blue value is 62 (24.61% from 255 or 17.56% from 353); Max value from RGB is 222 - color contains mainly: green. Hex color #45DE3E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45DE3E is #BA21C1. Grayscale: #9E9E9E. Windows color (decimal): -12198338 or 4120133. OLE color: 4120133.

HSL color Cylindrical-coordinate representation of color #45DE3E: hue angle of 117.38º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #45DE3E is Cyan = 0.69, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.13.

Color convert

RGB6922262-
CMYK0.6900.720.13
HSL117.38º70.8%55.69%-
HSV(B)117.38º72.07%87.06%-
XYZ29.4553.8613.4-
YUV158.0173.8164.51-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 19.55%
GREEN value IS 222 (87.11% from 255) = 62.89%
BLUE value IS 62 (24.61% from 255) = 17.56%
R=19.55%
G=62.89%
B=17.56%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal69222620.6900.720.13117.3870.855.69
Hex45DE3E45048D754738
Octal1053367610501101516510770
Binary100010111011110111110100010101001000110111101011000111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45DE3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,222,62); }

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

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

 a { background-color: rgb(69,222,62); }

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

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

 span { border-color: rgb(69,222,62); }

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