Shades of Lime Green #3DF036
Tints of Lime Green #3DF036
RGB
CMYK
RGB Variations
Color information
#3DF036 (or 0x3DF036) is known color: Lime Green. HEX triplet: 3D, F0 and 36. RGB value is (61,240,54). Sum of RGB (Red+Green+Blue) = 61+240+54=355 (47% of max value = 765). Red value is 61 (24.22% from 255 or 17.18% from 355); Green value is 240 (94.14% from 255 or 67.61% from 355); Blue value is 54 (21.48% from 255 or 15.21% from 355); Max value from RGB is 240 - color contains mainly: green. Hex color #3DF036 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3DF036 is #C20FC9. Grayscale: #A5A5A5. Windows color (decimal): -12718026 or 3600445. OLE color: 3600445.
HSL color Cylindrical-coordinate representation of color #3DF036: hue angle of 117.74º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3DF036 is Cyan = 0.75, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 61 | 240 | 54 | - |
| CMYK | 0.75 | 0 | 0.78 | 0.06 |
| HSL | 117.74º | 0.86% | 0.58% | - |
| HSV(B) | 117.74º | 0.78% | 0.94% | - |
| XYZ | 33.75 | 63.58 | 13.98 | - |
| YUV | 165.28 | 65.2 | 53.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 240 | 54 | 0.75 | 0 | 0.78 | 0.06 | 117.74 | 0.86 | 0.58 |
| Hex | 3D | F0 | 36 | 4B | 0 | 4E | 6 | 76 | 56 | 3A |
| Octal | 75 | 360 | 66 | 113 | 0 | 116 | 6 | 166 | 126 | 72 |
| Binary | 111101 | 11110000 | 110110 | 1001011 | 0 | 1001110 | 110 | 1110110 | 1010110 | 111010 |
Color Harmonies of #3DF036
Complementary color
Monochromatic Colors of #3DF036
Black with #3DF036
Text Example
Text Example
White with #3DF036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DF036; }
p { color: rgb(61,240,54); }
H1.HeaderClassName
{
color: #3DF036;
}
.AnyTagClassName
{
color: #3DF036;
}
</style>
background-color css
<style>
a { background-color: #3DF036; }
a { background-color: rgb(61,240,54); }
div.DivClassName
{
background-color: #3DF036;
}
.BgClassName
{
background-color: #3DF036;
}
</style>
border-color css
<style>
span { border-color: #3DF036; }
span { border-color: rgb(61,240,54); }
td.TdClassName
{
border-color: #3DF036;
}
.TagClassName
{
border-color: #3DF036;
}
</style>