#45D33B

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

Shades of Lime Green #45D33B

Tints of Lime Green #45D33B

Color information

#45D33B (or 0x45D33B) is unknown color: approx Lime Green. HEX triplet: 45, D3 and 3B. RGB value is (69,211,59). Sum of RGB (Red+Green+Blue) = 69+211+59=339 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.35% from 339); Green value is 211 (82.81% from 255 or 62.24% from 339); Blue value is 59 (23.44% from 255 or 17.40% from 339); Max value from RGB is 211 - color contains mainly: green. Hex color #45D33B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45D33B is #BA2CC4. Grayscale: #979797. Windows color (decimal): -12201157 or 3920709. OLE color: 3920709.

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

Color convert

RGB6921159-
CMYK0.6700.720.17
HSL116.05º63.33%52.94%-
HSV(B)116.05º72.04%82.75%-
XYZ26.5448.1712.04-
YUV151.2175.9669.36-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 20.35%
GREEN value IS 211 (82.81% from 255) = 62.24%
BLUE value IS 59 (23.44% from 255) = 17.40%
R=20.35%
G=62.24%
B=17.40%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal69211590.6700.720.17116.0563.3352.94
Hex45D33B4304811743f35
Octal105323731030110211647765
Binary100010111010011111011100001101001000100011110100111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45D33B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,211,59); }

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

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

 a { background-color: rgb(69,211,59); }

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

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

 span { border-color: rgb(69,211,59); }

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