#45BC3D

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

Shades of Lime Green #45BC3D

Tints of Lime Green #45BC3D

Color information

#45BC3D (or 0x45BC3D) is unknown color: approx Lime Green. HEX triplet: 45, BC and 3D. RGB value is (69,188,61). Sum of RGB (Red+Green+Blue) = 69+188+61=318 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.70% from 318); Green value is 188 (73.83% from 255 or 59.12% from 318); Blue value is 61 (24.22% from 255 or 19.18% from 318); Max value from RGB is 188 - color contains mainly: green. Hex color #45BC3D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45BC3D is #BA43C2. Grayscale: #8A8A8A. Windows color (decimal): -12207043 or 4045893. OLE color: 4045893.

HSL color Cylindrical-coordinate representation of color #45BC3D: hue angle of 116.22º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #45BC3D is Cyan = 0.63, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.26.

Color convert

RGB6918861-
CMYK0.6300.680.26
HSL116.22º51%48.82%-
HSV(B)116.22º67.55%73.73%-
XYZ21.2837.5710.54-
YUV137.9484.5878.83-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 21.70%
GREEN value IS 188 (73.83% from 255) = 59.12%
BLUE value IS 61 (24.22% from 255) = 19.18%
R=21.70%
G=59.12%
B=19.18%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal69188610.6300.680.26116.225148.82
Hex45BC3D3F0441A743331
Octal10527475770104321646361
Binary10001011011110011110111111101000100110101110100110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45BC3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,188,61); }

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

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

 a { background-color: rgb(69,188,61); }

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

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

 span { border-color: rgb(69,188,61); }

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