#37BC27

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

Shades of Lime Green #37BC27

Tints of Lime Green #37BC27

Color information

#37BC27 (or 0x37BC27) is unknown color: approx Lime Green. HEX triplet: 37, BC and 27. RGB value is (55,188,39). Sum of RGB (Red+Green+Blue) = 55+188+39=282 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.50% from 282); Green value is 188 (73.83% from 255 or 66.67% from 282); Blue value is 39 (15.62% from 255 or 13.83% from 282); Max value from RGB is 188 - color contains mainly: green. Hex color #37BC27 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #37BC27 is #C843D8. Grayscale: #838383. Windows color (decimal): -13124569 or 2604087. OLE color: 2604087.

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

Color convert

RGB5518839-
CMYK0.7100.790.26
HSL113.56º65.64%44.51%-
HSV(B)113.56º79.26%73.73%-
XYZ19.9236.938-
YUV131.2575.9473.62-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 19.50%
GREEN value IS 188 (73.83% from 255) = 66.67%
BLUE value IS 39 (15.62% from 255) = 13.83%
R=19.50%
G=66.67%
B=13.83%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal55188390.7100.790.26113.5665.6444.51
Hex37BC274704F1A72422d
Octal672744710701173216210255
Binary110111101111001001111000111010011111101011100101000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37BC27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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