#37FD3D

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

Shades of Lime Green #37FD3D

Tints of Lime Green #37FD3D

Color information

#37FD3D (or 0x37FD3D) is unknown color: approx Lime Green. HEX triplet: 37, FD and 3D. RGB value is (55,253,61). Sum of RGB (Red+Green+Blue) = 55+253+61=369 (48% of max value = 765). Red value is 55 (21.88% from 255 or 14.91% from 369); Green value is 253 (99.22% from 255 or 68.56% from 369); Blue value is 61 (24.22% from 255 or 16.53% from 369); Max value from RGB is 253 - color contains mainly: green. Hex color #37FD3D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #37FD3D is #C802C2. Grayscale: #ACACAC. Windows color (decimal): -13107907 or 4062519. OLE color: 4062519.

HSL color Cylindrical-coordinate representation of color #37FD3D: hue angle of 121.82º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #37FD3D is Cyan = 0.78, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.01.

Color convert

RGB5525361-
CMYK0.7800.760.01
HSL121.82º98.02%60.39%-
HSV(B)121.82º78.26%99.22%-
XYZ37.5471.416.22-
YUV171.9165.444.61-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 14.91%
GREEN value IS 253 (99.22% from 255) = 68.56%
BLUE value IS 61 (24.22% from 255) = 16.53%
R=14.91%
G=68.56%
B=16.53%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal55253610.7800.760.01121.8298.0260.39
Hex37FD3D4E04C17a623c
Octal67375751160114117214274
Binary11011111111101111101100111001001100111110101100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37FD3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,253,61); }

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

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

 a { background-color: rgb(55,253,61); }

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

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

 span { border-color: rgb(55,253,61); }

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