#3DFD37

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

Shades of Lime Green #3DFD37

Tints of Lime Green #3DFD37

Color information

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

HSL color Cylindrical-coordinate representation of color #3DFD37: hue angle of 118.18º 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 #3DFD37 is Cyan = 0.76, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.01.

Color convert

RGB6125355-
CMYK0.7600.780.01
HSL118.18º98.02%60.39%-
HSV(B)118.18º78.26%99.22%-
XYZ37.7471.5215.43-
YUV173.0261.3948.1-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal61253550.7600.780.01118.1898.0260.39
Hex3DFD374C04E176623c
Octal75375671140116116614274
Binary11110111111101110111100110001001110111101101100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DFD37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3DFD37; }

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

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

<style>
 a { background-color: #3DFD37; }

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

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

<style>
 span { border-color: #3DFD37; }

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

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