#45CC48

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

Shades of Lime Green #45CC48

Tints of Lime Green #45CC48

Color information

#45CC48 (or 0x45CC48) is unknown color: approx Lime Green. HEX triplet: 45, CC and 48. RGB value is (69,204,72). Sum of RGB (Red+Green+Blue) = 69+204+72=345 (45% of max value = 765). Red value is 69 (27.34% from 255 or 20% from 345); Green value is 204 (80.08% from 255 or 59.13% from 345); Blue value is 72 (28.52% from 255 or 20.87% from 345); Max value from RGB is 204 - color contains mainly: green. Hex color #45CC48 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45CC48 is #BA33B7. Grayscale: #949494. Windows color (decimal): -12202936 or 4770885. OLE color: 4770885.

HSL color Cylindrical-coordinate representation of color #45CC48: hue angle of 121.33º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #45CC48 is Cyan = 0.66, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.2.

Color convert

RGB6920472-
CMYK0.6600.650.2
HSL121.33º56.96%53.53%-
HSV(B)121.33º66.18%80%-
XYZ25.2244.9213.47-
YUV148.5984.7771.23-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 20%
GREEN value IS 204 (80.08% from 255) = 59.13%
BLUE value IS 72 (28.52% from 255) = 20.87%
R=20%
G=59.13%
B=20.87%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal69204720.6600.650.2121.3356.9653.53
Hex45CC484204114793936
Octal1053141101020101241717166
Binary1000101110011001001000100001001000001101001111001111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45CC48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,204,72); }

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

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

 a { background-color: rgb(69,204,72); }

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

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

 span { border-color: rgb(69,204,72); }

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