#37DF3F

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

Shades of Lime Green #37DF3F

Tints of Lime Green #37DF3F

Color information

#37DF3F (or 0x37DF3F) is unknown color: approx Lime Green. HEX triplet: 37, DF and 3F. RGB value is (55,223,63). Sum of RGB (Red+Green+Blue) = 55+223+63=341 (45% of max value = 765). Red value is 55 (21.88% from 255 or 16.13% from 341); Green value is 223 (87.5% from 255 or 65.40% from 341); Blue value is 63 (25% from 255 or 18.48% from 341); Max value from RGB is 223 - color contains mainly: green. Hex color #37DF3F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #37DF3F is #C820C0. Grayscale: #9B9B9B. Windows color (decimal): -13115585 or 4185911. OLE color: 4185911.

HSL color Cylindrical-coordinate representation of color #37DF3F: hue angle of 122.86º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #37DF3F is Cyan = 0.75, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.13.

Color convert

RGB5522363-
CMYK0.7500.720.13
HSL122.86º72.41%54.51%-
HSV(B)122.86º75.34%87.45%-
XYZ28.8653.9513.59-
YUV154.5376.3457.01-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 16.13%
GREEN value IS 223 (87.5% from 255) = 65.40%
BLUE value IS 63 (25% from 255) = 18.48%
R=16.13%
G=65.40%
B=18.48%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal55223630.7500.720.13122.8672.4154.51
Hex37DF3F4B048D7b4837
Octal673377711301101517311067
Binary11011111011111111111100101101001000110111110111001000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37DF3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,223,63); }

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

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

 a { background-color: rgb(55,223,63); }

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

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

 span { border-color: rgb(55,223,63); }

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