Shades of Lime Green #3DF74A
Tints of Lime Green #3DF74A
RGB
CMYK
RGB Variations
Color information
#3DF74A (or 0x3DF74A) is known color: Lime Green. HEX triplet: 3D, F7 and 4A. RGB value is (61,247,74). Sum of RGB (Red+Green+Blue) = 61+247+74=382 (50% of max value = 765). Red value is 61 (24.22% from 255 or 15.97% from 382); Green value is 247 (96.88% from 255 or 64.66% from 382); Blue value is 74 (29.30% from 255 or 19.37% from 382); Max value from RGB is 247 - color contains mainly: green. Hex color #3DF74A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3DF74A is #C208B5. Grayscale: #ACACAC. Windows color (decimal): -12716214 or 4912957. OLE color: 4912957.
HSL color Cylindrical-coordinate representation of color #3DF74A: hue angle of 124.19º degrees, saturation: 0.92, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3DF74A is Cyan = 0.75, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 61 | 247 | 74 | - |
| CMYK | 0.75 | 0 | 0.70 | 0.03 |
| HSL | 124.19º | 0.92% | 0.6% | - |
| HSV(B) | 124.19º | 0.75% | 0.97% | - |
| XYZ | 36.42 | 68.01 | 17.69 | - |
| YUV | 171.66 | 72.88 | 49.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 247 | 74 | 0.75 | 0 | 0.70 | 0.03 | 124.19 | 0.92 | 0.6 |
| Hex | 3D | F7 | 4A | 4B | 0 | 46 | 3 | 7C | 5C | 3C |
| Octal | 75 | 367 | 112 | 113 | 0 | 106 | 3 | 174 | 134 | 74 |
| Binary | 111101 | 11110111 | 1001010 | 1001011 | 0 | 1000110 | 11 | 1111100 | 1011100 | 111100 |
Color Harmonies of #3DF74A
Complementary color
Monochromatic Colors of #3DF74A
Black with #3DF74A
Text Example
Text Example
White with #3DF74A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DF74A; }
p { color: rgb(61,247,74); }
H1.HeaderClassName
{
color: #3DF74A;
}
.AnyTagClassName
{
color: #3DF74A;
}
</style>
background-color css
<style>
a { background-color: #3DF74A; }
a { background-color: rgb(61,247,74); }
div.DivClassName
{
background-color: #3DF74A;
}
.BgClassName
{
background-color: #3DF74A;
}
</style>
border-color css
<style>
span { border-color: #3DF74A; }
span { border-color: rgb(61,247,74); }
td.TdClassName
{
border-color: #3DF74A;
}
.TagClassName
{
border-color: #3DF74A;
}
</style>