#37BC2D

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

Shades of Lime Green #37BC2D

Tints of Lime Green #37BC2D

Color information

#37BC2D (or 0x37BC2D) is unknown color: approx Lime Green. HEX triplet: 37, BC and 2D. RGB value is (55,188,45). Sum of RGB (Red+Green+Blue) = 55+188+45=288 (38% of max value = 765). Red value is 55 (21.88% from 255 or 19.10% from 288); Green value is 188 (73.83% from 255 or 65.28% from 288); Blue value is 45 (17.97% from 255 or 15.62% from 288); Max value from RGB is 188 - color contains mainly: green. Hex color #37BC2D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #37BC2D is #C843D2. Grayscale: #848484. Windows color (decimal): -13124563 or 2997303. OLE color: 2997303.

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

Color convert

RGB5518845-
CMYK0.7100.760.26
HSL115.8º61.37%45.69%-
HSV(B)115.8º76.06%73.73%-
XYZ20.0336.978.56-
YUV131.9378.9473.13-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 19.10%
GREEN value IS 188 (73.83% from 255) = 65.28%
BLUE value IS 45 (17.97% from 255) = 15.62%
R=19.10%
G=65.28%
B=15.62%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal55188450.7100.760.26115.861.3745.69
Hex37BC2D4704C1A743d2e
Octal67274551070114321647556
Binary11011110111100101101100011101001100110101110100111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37BC2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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