#45BA3E

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

Shades of Lime Green #45BA3E

Tints of Lime Green #45BA3E

Color information

#45BA3E (or 0x45BA3E) is unknown color: approx Lime Green. HEX triplet: 45, BA and 3E. RGB value is (69,186,62). Sum of RGB (Red+Green+Blue) = 69+186+62=317 (41% of max value = 765). Red value is 69 (27.34% from 255 or 21.77% from 317); Green value is 186 (73.05% from 255 or 58.68% from 317); Blue value is 62 (24.61% from 255 or 19.56% from 317); Max value from RGB is 186 - color contains mainly: green. Hex color #45BA3E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45BA3E is #BA45C1. Grayscale: #898989. Windows color (decimal): -12207554 or 4110917. OLE color: 4110917.

HSL color Cylindrical-coordinate representation of color #45BA3E: hue angle of 116.61º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #45BA3E is Cyan = 0.63, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.27.

Color convert

RGB6918662-
CMYK0.6300.670.27
HSL116.61º50%48.63%-
HSV(B)116.61º66.67%72.94%-
XYZ20.8836.7310.55-
YUV136.8885.7479.58-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 21.77%
GREEN value IS 186 (73.05% from 255) = 58.68%
BLUE value IS 62 (24.61% from 255) = 19.56%
R=21.77%
G=58.68%
B=19.56%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal69186620.6300.670.27116.615048.63
Hex45BA3E3F0431B753231
Octal10527276770103331656261
Binary10001011011101011111011111101000011110111110101110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45BA3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,186,62); }

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

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

 a { background-color: rgb(69,186,62); }

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

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

 span { border-color: rgb(69,186,62); }

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