Shades of Lime Green #3DF64A
Tints of Lime Green #3DF64A
RGB
CMYK
RGB Variations
Color information
#3DF64A (or 0x3DF64A) is known color: Lime Green. HEX triplet: 3D, F6 and 4A. RGB value is (61,246,74). Sum of RGB (Red+Green+Blue) = 61+246+74=381 (50% of max value = 765). Red value is 61 (24.22% from 255 or 16.01% from 381); Green value is 246 (96.48% from 255 or 64.57% from 381); Blue value is 74 (29.30% from 255 or 19.42% from 381); Max value from RGB is 246 - color contains mainly: green. Hex color #3DF64A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3DF64A is #C209B5. Grayscale: #ABABAB. Windows color (decimal): -12716470 or 4912701. OLE color: 4912701.
HSL color Cylindrical-coordinate representation of color #3DF64A: hue angle of 124.22º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3DF64A is Cyan = 0.75, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 61 | 246 | 74 | - |
| CMYK | 0.75 | 0 | 0.70 | 0.04 |
| HSL | 124.22º | 0.91% | 0.6% | - |
| HSV(B) | 124.22º | 0.75% | 0.96% | - |
| XYZ | 36.12 | 67.4 | 17.58 | - |
| YUV | 171.08 | 73.21 | 49.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 246 | 74 | 0.75 | 0 | 0.70 | 0.04 | 124.22 | 0.91 | 0.6 |
| Hex | 3D | F6 | 4A | 4B | 0 | 46 | 4 | 7C | 5B | 3C |
| Octal | 75 | 366 | 112 | 113 | 0 | 106 | 4 | 174 | 133 | 74 |
| Binary | 111101 | 11110110 | 1001010 | 1001011 | 0 | 1000110 | 100 | 1111100 | 1011011 | 111100 |
Color Harmonies of #3DF64A
Complementary color
Monochromatic Colors of #3DF64A
Black with #3DF64A
Text Example
Text Example
White with #3DF64A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DF64A; }
p { color: rgb(61,246,74); }
H1.HeaderClassName
{
color: #3DF64A;
}
.AnyTagClassName
{
color: #3DF64A;
}
</style>
background-color css
<style>
a { background-color: #3DF64A; }
a { background-color: rgb(61,246,74); }
div.DivClassName
{
background-color: #3DF64A;
}
.BgClassName
{
background-color: #3DF64A;
}
</style>
border-color css
<style>
span { border-color: #3DF64A; }
span { border-color: rgb(61,246,74); }
td.TdClassName
{
border-color: #3DF64A;
}
.TagClassName
{
border-color: #3DF64A;
}
</style>