Shades of Lime Green #3DF72C
Tints of Lime Green #3DF72C
RGB
CMYK
RGB Variations
Color information
#3DF72C (or 0x3DF72C) is known color: Lime Green. HEX triplet: 3D, F7 and 2C. RGB value is (61,247,44). Sum of RGB (Red+Green+Blue) = 61+247+44=352 (46% of max value = 765). Red value is 61 (24.22% from 255 or 17.33% from 352); Green value is 247 (96.88% from 255 or 70.17% from 352); Blue value is 44 (17.58% from 255 or 12.5% from 352); Max value from RGB is 247 - color contains mainly: green. Hex color #3DF72C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3DF72C is #C208D3. Grayscale: #A8A8A8. Windows color (decimal): -12716244 or 2946877. OLE color: 2946877.
HSL color Cylindrical-coordinate representation of color #3DF72C: hue angle of 114.98º degrees, saturation: 0.93, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3DF72C is Cyan = 0.75, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 61 | 247 | 44 | - |
| CMYK | 0.75 | 0 | 0.82 | 0.03 |
| HSL | 114.98º | 0.93% | 0.57% | - |
| HSV(B) | 114.98º | 0.82% | 0.97% | - |
| XYZ | 35.64 | 67.7 | 13.57 | - |
| YUV | 168.24 | 57.88 | 51.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 247 | 44 | 0.75 | 0 | 0.82 | 0.03 | 114.98 | 0.93 | 0.57 |
| Hex | 3D | F7 | 2C | 4B | 0 | 52 | 3 | 73 | 5D | 39 |
| Octal | 75 | 367 | 54 | 113 | 0 | 122 | 3 | 163 | 135 | 71 |
| Binary | 111101 | 11110111 | 101100 | 1001011 | 0 | 1010010 | 11 | 1110011 | 1011101 | 111001 |
Color Harmonies of #3DF72C
Complementary color
Monochromatic Colors of #3DF72C
Black with #3DF72C
Text Example
Text Example
White with #3DF72C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DF72C; }
p { color: rgb(61,247,44); }
H1.HeaderClassName
{
color: #3DF72C;
}
.AnyTagClassName
{
color: #3DF72C;
}
</style>
background-color css
<style>
a { background-color: #3DF72C; }
a { background-color: rgb(61,247,44); }
div.DivClassName
{
background-color: #3DF72C;
}
.BgClassName
{
background-color: #3DF72C;
}
</style>
border-color css
<style>
span { border-color: #3DF72C; }
span { border-color: rgb(61,247,44); }
td.TdClassName
{
border-color: #3DF72C;
}
.TagClassName
{
border-color: #3DF72C;
}
</style>