#45C42F

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

Shades of Lime Green #45C42F

Tints of Lime Green #45C42F

Color information

#45C42F (or 0x45C42F) is unknown color: approx Lime Green. HEX triplet: 45, C4 and 2F. RGB value is (69,196,47). Sum of RGB (Red+Green+Blue) = 69+196+47=312 (41% of max value = 765). Red value is 69 (27.34% from 255 or 22.12% from 312); Green value is 196 (76.95% from 255 or 62.82% from 312); Blue value is 47 (18.75% from 255 or 15.06% from 312); Max value from RGB is 196 - color contains mainly: green. Hex color #45C42F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45C42F is #BA3BD0. Grayscale: #8D8D8D. Windows color (decimal): -12205009 or 3130437. OLE color: 3130437.

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

Color convert

RGB6919647-
CMYK0.6500.760.23
HSL111.14º61.32%47.65%-
HSV(B)111.14º76.02%76.86%-
XYZ22.7140.959.4-
YUV141.0474.9276.62-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 22.12%
GREEN value IS 196 (76.95% from 255) = 62.82%
BLUE value IS 47 (18.75% from 255) = 15.06%
R=22.12%
G=62.82%
B=15.06%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal69196470.6500.760.23111.1461.3247.65
Hex45C42F4104C176f3d30
Octal105304571010114271577560
Binary100010111000100101111100000101001100101111101111111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45C42F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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