Shades of Lime Green #3DF73B
Tints of Lime Green #3DF73B
RGB
CMYK
RGB Variations
Color information
#3DF73B (or 0x3DF73B) is known color: Lime Green. HEX triplet: 3D, F7 and 3B. RGB value is (61,247,59). Sum of RGB (Red+Green+Blue) = 61+247+59=367 (48% of max value = 765). Red value is 61 (24.22% from 255 or 16.62% from 367); Green value is 247 (96.88% from 255 or 67.30% from 367); Blue value is 59 (23.44% from 255 or 16.08% from 367); Max value from RGB is 247 - color contains mainly: green. Hex color #3DF73B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3DF73B is #C208C4. Grayscale: #AAAAAA. Windows color (decimal): -12716229 or 3929917. OLE color: 3929917.
HSL color Cylindrical-coordinate representation of color #3DF73B: hue angle of 119.36º degrees, saturation: 0.92, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3DF73B is Cyan = 0.75, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 61 | 247 | 59 | - |
| CMYK | 0.75 | 0 | 0.76 | 0.03 |
| HSL | 119.36º | 0.92% | 0.6% | - |
| HSV(B) | 119.36º | 0.76% | 0.97% | - |
| XYZ | 35.97 | 67.83 | 15.33 | - |
| YUV | 169.95 | 65.38 | 50.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 247 | 59 | 0.75 | 0 | 0.76 | 0.03 | 119.36 | 0.92 | 0.6 |
| Hex | 3D | F7 | 3B | 4B | 0 | 4C | 3 | 77 | 5C | 3C |
| Octal | 75 | 367 | 73 | 113 | 0 | 114 | 3 | 167 | 134 | 74 |
| Binary | 111101 | 11110111 | 111011 | 1001011 | 0 | 1001100 | 11 | 1110111 | 1011100 | 111100 |
Color Harmonies of #3DF73B
Complementary color
Monochromatic Colors of #3DF73B
Black with #3DF73B
Text Example
Text Example
White with #3DF73B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DF73B; }
p { color: rgb(61,247,59); }
H1.HeaderClassName
{
color: #3DF73B;
}
.AnyTagClassName
{
color: #3DF73B;
}
</style>
background-color css
<style>
a { background-color: #3DF73B; }
a { background-color: rgb(61,247,59); }
div.DivClassName
{
background-color: #3DF73B;
}
.BgClassName
{
background-color: #3DF73B;
}
</style>
border-color css
<style>
span { border-color: #3DF73B; }
span { border-color: rgb(61,247,59); }
td.TdClassName
{
border-color: #3DF73B;
}
.TagClassName
{
border-color: #3DF73B;
}
</style>