Shades of Lime Green #3DFB36
Tints of Lime Green #3DFB36
RGB
CMYK
RGB Variations
Color information
#3DFB36 (or 0x3DFB36) is known color: Lime Green. HEX triplet: 3D, FB and 36. RGB value is (61,251,54). Sum of RGB (Red+Green+Blue) = 61+251+54=366 (48% of max value = 765). Red value is 61 (24.22% from 255 or 16.67% from 366); Green value is 251 (98.44% from 255 or 68.58% from 366); Blue value is 54 (21.48% from 255 or 14.75% from 366); Max value from RGB is 251 - color contains mainly: green. Hex color #3DFB36 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3DFB36 is #C204C9. Grayscale: #ACACAC. Windows color (decimal): -12715210 or 3603261. OLE color: 3603261.
HSL color Cylindrical-coordinate representation of color #3DFB36: hue angle of 117.87º degrees, saturation: 0.96, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3DFB36 is Cyan = 0.76, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 61 | 251 | 54 | - |
| CMYK | 0.76 | 0 | 0.78 | 0.02 |
| HSL | 117.87º | 0.96% | 0.6% | - |
| HSV(B) | 117.87º | 0.78% | 0.98% | - |
| XYZ | 37.09 | 70.25 | 15.1 | - |
| YUV | 171.73 | 61.55 | 49.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 251 | 54 | 0.76 | 0 | 0.78 | 0.02 | 117.87 | 0.96 | 0.6 |
| Hex | 3D | FB | 36 | 4C | 0 | 4E | 2 | 76 | 60 | 3C |
| Octal | 75 | 373 | 66 | 114 | 0 | 116 | 2 | 166 | 140 | 74 |
| Binary | 111101 | 11111011 | 110110 | 1001100 | 0 | 1001110 | 10 | 1110110 | 1100000 | 111100 |
Color Harmonies of #3DFB36
Complementary color
Monochromatic Colors of #3DFB36
Black with #3DFB36
Text Example
Text Example
White with #3DFB36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DFB36; }
p { color: rgb(61,251,54); }
H1.HeaderClassName
{
color: #3DFB36;
}
.AnyTagClassName
{
color: #3DFB36;
}
</style>
background-color css
<style>
a { background-color: #3DFB36; }
a { background-color: rgb(61,251,54); }
div.DivClassName
{
background-color: #3DFB36;
}
.BgClassName
{
background-color: #3DFB36;
}
</style>
border-color css
<style>
span { border-color: #3DFB36; }
span { border-color: rgb(61,251,54); }
td.TdClassName
{
border-color: #3DFB36;
}
.TagClassName
{
border-color: #3DFB36;
}
</style>