#45BA3B

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

Shades of Lime Green #45BA3B

Tints of Lime Green #45BA3B

Color information

#45BA3B (or 0x45BA3B) is unknown color: approx Lime Green. HEX triplet: 45, BA and 3B. RGB value is (69,186,59). Sum of RGB (Red+Green+Blue) = 69+186+59=314 (41% of max value = 765). Red value is 69 (27.34% from 255 or 21.97% from 314); Green value is 186 (73.05% from 255 or 59.24% from 314); Blue value is 59 (23.44% from 255 or 18.79% from 314); Max value from RGB is 186 - color contains mainly: green. Hex color #45BA3B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45BA3B is #BA45C4. Grayscale: #888888. Windows color (decimal): -12207557 or 3914309. OLE color: 3914309.

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

Color convert

RGB6918659-
CMYK0.6300.680.27
HSL115.28º51.84%48.04%-
HSV(B)115.28º68.28%72.94%-
XYZ20.836.710.12-
YUV136.5484.2479.83-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 21.97%
GREEN value IS 186 (73.05% from 255) = 59.24%
BLUE value IS 59 (23.44% from 255) = 18.79%
R=21.97%
G=59.24%
B=18.79%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal69186590.6300.680.27115.2851.8448.04
Hex45BA3B3F0441B733430
Octal10527273770104331636460
Binary10001011011101011101111111101000100110111110011110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45BA3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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