#45c82b

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

Shades of Lime Green #45C82B

Tints of Lime Green #45C82B

Color information

#45C82B (or 0x45C82B) is unknown color: approx Lime Green. HEX triplet: 45, C8 and 2B. RGB value is (69,200,43). Sum of RGB (Red+Green+Blue) = 69+200+43=312 (41% of max value = 765). Red value is 69 (27.34% from 255 or 22.12% from 312); Green value is 200 (78.52% from 255 or 64.10% from 312); Blue value is 43 (17.19% from 255 or 13.78% from 312); Max value from RGB is 200 - color contains mainly: green. Hex color #45C82B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45C82B is #BA37D4. Grayscale: #8F8F8F. Windows color (decimal): -12203989 or 2869317. OLE color: 2869317.

HSL color Cylindrical-coordinate representation of color #45C82B: hue angle of 110.06º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #45C82B is Cyan = 0.66, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.22.

Color convert

RGB6920043-
CMYK0.6600.780.22
HSL110.06º64.61%47.65%-
HSV(B)110.06º78.5%78.43%-
XYZ23.5442.759.3-
YUV142.9371.675.27-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 22.12%
GREEN value IS 200 (78.52% from 255) = 64.10%
BLUE value IS 43 (17.19% from 255) = 13.78%
R=22.12%
G=64.10%
B=13.78%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal69200430.6600.780.22110.0664.6147.65
Hex45C82B4204E166e4130
Octal1053105310201162615610160
Binary1000101110010001010111000010010011101011011011101000001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45c82b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,200,43); }

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

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

 a { background-color: rgb(69,200,43); }

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

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

 span { border-color: rgb(69,200,43); }

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