#37BC2B

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

Shades of Lime Green #37BC2B

Tints of Lime Green #37BC2B

Color information

#37BC2B (or 0x37BC2B) is unknown color: approx Lime Green. HEX triplet: 37, BC and 2B. RGB value is (55,188,43). Sum of RGB (Red+Green+Blue) = 55+188+43=286 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.23% from 286); Green value is 188 (73.83% from 255 or 65.73% from 286); Blue value is 43 (17.19% from 255 or 15.03% from 286); Max value from RGB is 188 - color contains mainly: green. Hex color #37BC2B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #37BC2B is #C843D4. Grayscale: #848484. Windows color (decimal): -13124565 or 2866231. OLE color: 2866231.

HSL color Cylindrical-coordinate representation of color #37BC2B: hue angle of 115.03º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #37BC2B is Cyan = 0.71, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.26.

Color convert

RGB5518843-
CMYK0.7100.770.26
HSL115.03º62.77%45.29%-
HSV(B)115.03º77.13%73.73%-
XYZ19.9936.958.36-
YUV131.777.9473.29-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 19.23%
GREEN value IS 188 (73.83% from 255) = 65.73%
BLUE value IS 43 (17.19% from 255) = 15.03%
R=19.23%
G=65.73%
B=15.03%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal55188430.7100.770.26115.0362.7745.29
Hex37BC2B4704D1A733f2d
Octal67274531070115321637755
Binary11011110111100101011100011101001101110101110011111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37BC2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37BC2B; }

 p { color: rgb(55,188,43); }

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

<style>
 a { background-color: #37BC2B; }

 a { background-color: rgb(55,188,43); }

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

<style>
 span { border-color: #37BC2B; }

 span { border-color: rgb(55,188,43); }

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