#45C92F

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

Shades of Lime Green #45C92F

Tints of Lime Green #45C92F

Color information

#45C92F (or 0x45C92F) is unknown color: approx Lime Green. HEX triplet: 45, C9 and 2F. RGB value is (69,201,47). Sum of RGB (Red+Green+Blue) = 69+201+47=317 (41% of max value = 765). Red value is 69 (27.34% from 255 or 21.77% from 317); Green value is 201 (78.91% from 255 or 63.41% from 317); Blue value is 47 (18.75% from 255 or 14.83% from 317); Max value from RGB is 201 - color contains mainly: green. Hex color #45C92F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45C92F is #BA36D0. Grayscale: #909090. Windows color (decimal): -12203729 or 3131717. OLE color: 3131717.

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

Color convert

RGB6920147-
CMYK0.6600.770.21
HSL111.43º62.1%48.63%-
HSV(B)111.43º76.62%78.82%-
XYZ23.8543.249.78-
YUV143.9873.2774.52-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 21.77%
GREEN value IS 201 (78.91% from 255) = 63.41%
BLUE value IS 47 (18.75% from 255) = 14.83%
R=21.77%
G=63.41%
B=14.83%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal69201470.6600.770.21111.4362.148.63
Hex45C92F4204D156f3e31
Octal105311571020115251577661
Binary100010111001001101111100001001001101101011101111111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45C92F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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