Shades of Lime Green #3DF62F
Tints of Lime Green #3DF62F
RGB
CMYK
RGB Variations
Color information
#3DF62F (or 0x3DF62F) is known color: Lime Green. HEX triplet: 3D, F6 and 2F. RGB value is (61,246,47). Sum of RGB (Red+Green+Blue) = 61+246+47=354 (46% of max value = 765). Red value is 61 (24.22% from 255 or 17.23% from 354); Green value is 246 (96.48% from 255 or 69.49% from 354); Blue value is 47 (18.75% from 255 or 13.28% from 354); Max value from RGB is 246 - color contains mainly: green. Hex color #3DF62F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3DF62F is #C209D0. Grayscale: #A8A8A8. Windows color (decimal): -12716497 or 3143229. OLE color: 3143229.
HSL color Cylindrical-coordinate representation of color #3DF62F: hue angle of 115.78º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3DF62F is Cyan = 0.75, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 61 | 246 | 47 | - |
| CMYK | 0.75 | 0 | 0.81 | 0.04 |
| HSL | 115.78º | 0.92% | 0.57% | - |
| HSV(B) | 115.78º | 0.81% | 0.96% | - |
| XYZ | 35.39 | 67.11 | 13.78 | - |
| YUV | 168 | 59.71 | 51.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 246 | 47 | 0.75 | 0 | 0.81 | 0.04 | 115.78 | 0.92 | 0.57 |
| Hex | 3D | F6 | 2F | 4B | 0 | 51 | 4 | 74 | 5C | 39 |
| Octal | 75 | 366 | 57 | 113 | 0 | 121 | 4 | 164 | 134 | 71 |
| Binary | 111101 | 11110110 | 101111 | 1001011 | 0 | 1010001 | 100 | 1110100 | 1011100 | 111001 |
Color Harmonies of #3DF62F
Complementary color
Monochromatic Colors of #3DF62F
Black with #3DF62F
Text Example
Text Example
White with #3DF62F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DF62F; }
p { color: rgb(61,246,47); }
H1.HeaderClassName
{
color: #3DF62F;
}
.AnyTagClassName
{
color: #3DF62F;
}
</style>
background-color css
<style>
a { background-color: #3DF62F; }
a { background-color: rgb(61,246,47); }
div.DivClassName
{
background-color: #3DF62F;
}
.BgClassName
{
background-color: #3DF62F;
}
</style>
border-color css
<style>
span { border-color: #3DF62F; }
span { border-color: rgb(61,246,47); }
td.TdClassName
{
border-color: #3DF62F;
}
.TagClassName
{
border-color: #3DF62F;
}
</style>