#37C138

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

Shades of Lime Green #37C138

Tints of Lime Green #37C138

Color information

#37C138 (or 0x37C138) is unknown color: approx Lime Green. HEX triplet: 37, C1 and 38. RGB value is (55,193,56). Sum of RGB (Red+Green+Blue) = 55+193+56=304 (40% of max value = 765). Red value is 55 (21.88% from 255 or 18.09% from 304); Green value is 193 (75.78% from 255 or 63.49% from 304); Blue value is 56 (22.27% from 255 or 18.42% from 304); Max value from RGB is 193 - color contains mainly: green. Hex color #37C138 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #37C138 is #C83EC7. Grayscale: #888888. Windows color (decimal): -13123272 or 3719479. OLE color: 3719479.

HSL color Cylindrical-coordinate representation of color #37C138: hue angle of 120.43º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #37C138 is Cyan = 0.72, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.24.

Color convert

RGB5519356-
CMYK0.7200.710.24
HSL120.43º55.65%48.63%-
HSV(B)120.43º71.5%75.69%-
XYZ21.3639.2410.19-
YUV136.1282.7870.14-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 18.09%
GREEN value IS 193 (75.78% from 255) = 63.49%
BLUE value IS 56 (22.27% from 255) = 18.42%
R=18.09%
G=63.49%
B=18.42%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal55193560.7200.710.24120.4355.6548.63
Hex37C1384804718783831
Octal67301701100107301707061
Binary11011111000001111000100100001000111110001111000111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37C138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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