#37C838

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

Shades of Lime Green #37C838

Tints of Lime Green #37C838

Color information

#37C838 (or 0x37C838) is unknown color: approx Lime Green. HEX triplet: 37, C8 and 38. RGB value is (55,200,56). Sum of RGB (Red+Green+Blue) = 55+200+56=311 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.68% from 311); Green value is 200 (78.52% from 255 or 64.31% from 311); Blue value is 56 (22.27% from 255 or 18.01% from 311); Max value from RGB is 200 - color contains mainly: green. Hex color #37C838 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #37C838 is #C837C7. Grayscale: #8C8C8C. Windows color (decimal): -13121480 or 3721271. OLE color: 3721271.

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

Color convert

RGB5520056-
CMYK0.7200.720.22
HSL120.41º56.86%50%-
HSV(B)120.41º72.5%78.43%-
XYZ22.9442.4110.72-
YUV140.2380.4667.21-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 17.68%
GREEN value IS 200 (78.52% from 255) = 64.31%
BLUE value IS 56 (22.27% from 255) = 18.01%
R=17.68%
G=64.31%
B=18.01%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal55200560.7200.720.22120.4156.8650
Hex37C8384804816783932
Octal67310701100110261707162
Binary11011111001000111000100100001001000101101111000111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37C838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,200,56); }

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

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

 a { background-color: rgb(55,200,56); }

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

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

 span { border-color: rgb(55,200,56); }

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