Shades of Lime Green #3DFA3C
Tints of Lime Green #3DFA3C
RGB
CMYK
RGB Variations
Color information
#3DFA3C (or 0x3DFA3C) is known color: Lime Green. HEX triplet: 3D, FA and 3C. RGB value is (61,250,60). Sum of RGB (Red+Green+Blue) = 61+250+60=371 (49% of max value = 765). Red value is 61 (24.22% from 255 or 16.44% from 371); Green value is 250 (98.05% from 255 or 67.39% from 371); Blue value is 60 (23.83% from 255 or 16.17% from 371); Max value from RGB is 250 - color contains mainly: green. Hex color #3DFA3C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3DFA3C is #C205C3. Grayscale: #ACACAC. Windows color (decimal): -12715460 or 3996221. OLE color: 3996221.
HSL color Cylindrical-coordinate representation of color #3DFA3C: hue angle of 119.68º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3DFA3C is Cyan = 0.76, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 61 | 250 | 60 | - |
| CMYK | 0.76 | 0 | 0.76 | 0.02 |
| HSL | 119.68º | 0.95% | 0.61% | - |
| HSV(B) | 119.68º | 0.76% | 0.98% | - |
| XYZ | 36.93 | 69.69 | 15.78 | - |
| YUV | 171.83 | 64.88 | 48.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 250 | 60 | 0.76 | 0 | 0.76 | 0.02 | 119.68 | 0.95 | 0.61 |
| Hex | 3D | FA | 3C | 4C | 0 | 4C | 2 | 78 | 5F | 3D |
| Octal | 75 | 372 | 74 | 114 | 0 | 114 | 2 | 170 | 137 | 75 |
| Binary | 111101 | 11111010 | 111100 | 1001100 | 0 | 1001100 | 10 | 1111000 | 1011111 | 111101 |
Color Harmonies of #3DFA3C
Complementary color
Monochromatic Colors of #3DFA3C
Black with #3DFA3C
Text Example
Text Example
White with #3DFA3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DFA3C; }
p { color: rgb(61,250,60); }
H1.HeaderClassName
{
color: #3DFA3C;
}
.AnyTagClassName
{
color: #3DFA3C;
}
</style>
background-color css
<style>
a { background-color: #3DFA3C; }
a { background-color: rgb(61,250,60); }
div.DivClassName
{
background-color: #3DFA3C;
}
.BgClassName
{
background-color: #3DFA3C;
}
</style>
border-color css
<style>
span { border-color: #3DFA3C; }
span { border-color: rgb(61,250,60); }
td.TdClassName
{
border-color: #3DFA3C;
}
.TagClassName
{
border-color: #3DFA3C;
}
</style>