#37cb42

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

Shades of Lime Green #37CB42

Tints of Lime Green #37CB42

Color information

#37CB42 (or 0x37CB42) is unknown color: approx Lime Green. HEX triplet: 37, CB and 42. RGB value is (55,203,66). Sum of RGB (Red+Green+Blue) = 55+203+66=324 (42% of max value = 765). Red value is 55 (21.88% from 255 or 16.98% from 324); Green value is 203 (79.69% from 255 or 62.65% from 324); Blue value is 66 (26.17% from 255 or 20.37% from 324); Max value from RGB is 203 - color contains mainly: green. Hex color #37CB42 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #37CB42 is #C834BD. Grayscale: #8F8F8F. Windows color (decimal): -13120702 or 4377399. OLE color: 4377399.

HSL color Cylindrical-coordinate representation of color #37CB42: hue angle of 124.46º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #37CB42 is Cyan = 0.73, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.20.

Color convert

RGB5520366-
CMYK0.7300.670.20
HSL124.46º58.73%50.59%-
HSV(B)124.46º72.91%79.61%-
XYZ23.9143.9212.37-
YUV143.1384.4765.14-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 16.98%
GREEN value IS 203 (79.69% from 255) = 62.65%
BLUE value IS 66 (26.17% from 255) = 20.37%
R=16.98%
G=62.65%
B=20.37%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal55203660.7300.670.20124.4658.7350.59
Hex37CB4249043147c3b33
Octal673131021110103241747363
Binary110111110010111000010100100101000011101001111100111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37cb42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,203,66); }

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

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

 a { background-color: rgb(55,203,66); }

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

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

 span { border-color: rgb(55,203,66); }

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