#37CB40

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

Shades of Lime Green #37CB40

Tints of Lime Green #37CB40

Color information

#37CB40 (or 0x37CB40) is unknown color: approx Lime Green. HEX triplet: 37, CB and 40. RGB value is (55,203,64). Sum of RGB (Red+Green+Blue) = 55+203+64=322 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.08% from 322); Green value is 203 (79.69% from 255 or 63.04% from 322); Blue value is 64 (25.39% from 255 or 19.88% from 322); Max value from RGB is 203 - color contains mainly: green. Hex color #37CB40 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #37CB40 is #C834BF. Grayscale: #8F8F8F. Windows color (decimal): -13120704 or 4246327. OLE color: 4246327.

HSL color Cylindrical-coordinate representation of color #37CB40: hue angle of 123.65º 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 #37CB40 is Cyan = 0.73, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.20.

Color convert

RGB5520364-
CMYK0.7300.680.20
HSL123.65º58.73%50.59%-
HSV(B)123.65º72.91%79.61%-
XYZ23.8643.8912.07-
YUV142.983.4765.3-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 17.08%
GREEN value IS 203 (79.69% from 255) = 63.04%
BLUE value IS 64 (25.39% from 255) = 19.88%
R=17.08%
G=63.04%
B=19.88%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal55203640.7300.680.20123.6558.7350.59
Hex37CB4049044147c3b33
Octal673131001110104241747363
Binary110111110010111000000100100101000100101001111100111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37CB40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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