#45C53A

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

Shades of Lime Green #45C53A

Tints of Lime Green #45C53A

Color information

#45C53A (or 0x45C53A) is unknown color: approx Lime Green. HEX triplet: 45, C5 and 3A. RGB value is (69,197,58). Sum of RGB (Red+Green+Blue) = 69+197+58=324 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.30% from 324); Green value is 197 (77.34% from 255 or 60.80% from 324); Blue value is 58 (23.05% from 255 or 17.90% from 324); Max value from RGB is 197 - color contains mainly: green. Hex color #45C53A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45C53A is #BA3AC5. Grayscale: #8F8F8F. Windows color (decimal): -12204742 or 3851589. OLE color: 3851589.

HSL color Cylindrical-coordinate representation of color #45C53A: hue angle of 115.25º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #45C53A is Cyan = 0.65, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.23.

Color convert

RGB6919758-
CMYK0.6500.710.23
HSL115.25º54.51%50%-
HSV(B)115.25º70.56%77.25%-
XYZ23.1841.510.79-
YUV142.8880.0975.3-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 21.30%
GREEN value IS 197 (77.34% from 255) = 60.80%
BLUE value IS 58 (23.05% from 255) = 17.90%
R=21.30%
G=60.80%
B=17.90%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal69197580.6500.710.23115.2554.5150
Hex45C53A4104717733732
Octal105305721010107271636762
Binary100010111000101111010100000101000111101111110011110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45C53A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,197,58); }

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

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

 a { background-color: rgb(69,197,58); }

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

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

 span { border-color: rgb(69,197,58); }

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