#45BB37

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

Shades of Lime Green #45BB37

Tints of Lime Green #45BB37

Color information

#45BB37 (or 0x45BB37) is unknown color: approx Lime Green. HEX triplet: 45, BB and 37. RGB value is (69,187,55). Sum of RGB (Red+Green+Blue) = 69+187+55=311 (41% of max value = 765). Red value is 69 (27.34% from 255 or 22.19% from 311); Green value is 187 (73.44% from 255 or 60.13% from 311); Blue value is 55 (21.88% from 255 or 17.68% from 311); Max value from RGB is 187 - color contains mainly: green. Hex color #45BB37 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45BB37 is #BA44C8. Grayscale: #898989. Windows color (decimal): -12207305 or 3652421. OLE color: 3652421.

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

Color convert

RGB6918755-
CMYK0.6300.710.27
HSL113.64º54.55%47.45%-
HSV(B)113.64º70.59%73.33%-
XYZ20.9137.089.67-
YUV136.6781.9179.73-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 22.19%
GREEN value IS 187 (73.44% from 255) = 60.13%
BLUE value IS 55 (21.88% from 255) = 17.68%
R=22.19%
G=60.13%
B=17.68%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal69187550.6300.710.27113.6454.5547.45
Hex45BB373F0471B72372f
Octal10527367770107331626757
Binary10001011011101111011111111101000111110111110010110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45BB37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,187,55); }

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

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

 a { background-color: rgb(69,187,55); }

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

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

 span { border-color: rgb(69,187,55); }

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