#45BA40

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

Shades of Lime Green #45BA40

Tints of Lime Green #45BA40

Color information

#45BA40 (or 0x45BA40) is unknown color: approx Lime Green. HEX triplet: 45, BA and 40. RGB value is (69,186,64). Sum of RGB (Red+Green+Blue) = 69+186+64=319 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.63% from 319); Green value is 186 (73.05% from 255 or 58.31% from 319); Blue value is 64 (25.39% from 255 or 20.06% from 319); Max value from RGB is 186 - color contains mainly: green. Hex color #45BA40 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45BA40 is #BA45BF. Grayscale: #898989. Windows color (decimal): -12207552 or 4241989. OLE color: 4241989.

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

Color convert

RGB6918664-
CMYK0.6300.660.27
HSL117.54º48.8%49.02%-
HSV(B)117.54º65.59%72.94%-
XYZ20.9436.7510.84-
YUV137.1186.7479.42-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 21.63%
GREEN value IS 186 (73.05% from 255) = 58.31%
BLUE value IS 64 (25.39% from 255) = 20.06%
R=21.63%
G=58.31%
B=20.06%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal69186640.6300.660.27117.5448.849.02
Hex45BA403F0421B763131
Octal105272100770102331666161
Binary100010110111010100000011111101000010110111110110110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45BA40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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