#45DC32

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

Shades of Lime Green #45DC32

Tints of Lime Green #45DC32

Color information

#45DC32 (or 0x45DC32) is unknown color: approx Lime Green. HEX triplet: 45, DC and 32. RGB value is (69,220,50). Sum of RGB (Red+Green+Blue) = 69+220+50=339 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.35% from 339); Green value is 220 (86.33% from 255 or 64.90% from 339); Blue value is 50 (19.92% from 255 or 14.75% from 339); Max value from RGB is 220 - color contains mainly: green. Hex color #45DC32 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45DC32 is #BA23CD. Grayscale: #9B9B9B. Windows color (decimal): -12198862 or 3333189. OLE color: 3333189.

HSL color Cylindrical-coordinate representation of color #45DC32: hue angle of 113.29º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #45DC32 is Cyan = 0.69, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.14.

Color convert

RGB6922050-
CMYK0.6900.770.14
HSL113.29º70.83%52.94%-
HSV(B)113.29º77.27%86.27%-
XYZ28.6252.6811.68-
YUV155.4768.4766.32-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 20.35%
GREEN value IS 220 (86.33% from 255) = 64.90%
BLUE value IS 50 (19.92% from 255) = 14.75%
R=20.35%
G=64.90%
B=14.75%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal69220500.6900.770.14113.2970.8352.94
Hex45DC324504DE714735
Octal1053346210501151616110765
Binary100010111011100110010100010101001101111011100011000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45DC32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,220,50); }

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

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

 a { background-color: rgb(69,220,50); }

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

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

 span { border-color: rgb(69,220,50); }

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