#45C94C

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

Shades of Lime Green #45C94C

Tints of Lime Green #45C94C

Color information

#45C94C (or 0x45C94C) is unknown color: approx Lime Green. HEX triplet: 45, C9 and 4C. RGB value is (69,201,76). Sum of RGB (Red+Green+Blue) = 69+201+76=346 (45% of max value = 765). Red value is 69 (27.34% from 255 or 19.94% from 346); Green value is 201 (78.91% from 255 or 58.09% from 346); Blue value is 76 (30.08% from 255 or 21.97% from 346); Max value from RGB is 201 - color contains mainly: green. Hex color #45C94C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45C94C is #BA36B3. Grayscale: #939393. Windows color (decimal): -12203700 or 5032261. OLE color: 5032261.

HSL color Cylindrical-coordinate representation of color #45C94C: hue angle of 123.18º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #45C94C is Cyan = 0.66, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.21.

Color convert

RGB6920176-
CMYK0.6600.620.21
HSL123.18º55%52.94%-
HSV(B)123.18º65.67%78.82%-
XYZ24.6543.5613.95-
YUV147.2887.7772.16-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 19.94%
GREEN value IS 201 (78.91% from 255) = 58.09%
BLUE value IS 76 (30.08% from 255) = 21.97%
R=19.94%
G=58.09%
B=21.97%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal69201760.6600.620.21123.185552.94
Hex45C94C4203E157b3735
Octal105311114102076251736765
Binary100010111001001100110010000100111110101011111011110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45C94C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,201,76); }

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

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

 a { background-color: rgb(69,201,76); }

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

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

 span { border-color: rgb(69,201,76); }

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