#37C630

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

Shades of Lime Green #37C630

Tints of Lime Green #37C630

Color information

#37C630 (or 0x37C630) is unknown color: approx Lime Green. HEX triplet: 37, C6 and 30. RGB value is (55,198,48). Sum of RGB (Red+Green+Blue) = 55+198+48=301 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.27% from 301); Green value is 198 (77.73% from 255 or 65.78% from 301); Blue value is 48 (19.14% from 255 or 15.95% from 301); Max value from RGB is 198 - color contains mainly: green. Hex color #37C630 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #37C630 is #C839CF. Grayscale: #8A8A8A. Windows color (decimal): -13122000 or 3196471. OLE color: 3196471.

HSL color Cylindrical-coordinate representation of color #37C630: hue angle of 117.2º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #37C630 is Cyan = 0.72, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.22.

Color convert

RGB5519848-
CMYK0.7200.760.22
HSL117.2º60.98%48.24%-
HSV(B)117.2º75.76%77.65%-
XYZ22.341.419.61-
YUV138.1477.1268.7-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 18.27%
GREEN value IS 198 (77.73% from 255) = 65.78%
BLUE value IS 48 (19.14% from 255) = 15.95%
R=18.27%
G=65.78%
B=15.95%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal55198480.7200.760.22117.260.9848.24
Hex37C6304804C16753d30
Octal67306601100114261657560
Binary11011111000110110000100100001001100101101110101111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37C630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,198,48); }

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

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

 a { background-color: rgb(55,198,48); }

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

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

 span { border-color: rgb(55,198,48); }

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