Shades of Lime Green #3DF034
Tints of Lime Green #3DF034
RGB
CMYK
RGB Variations
Color information
#3DF034 (or 0x3DF034) is known color: Lime Green. HEX triplet: 3D, F0 and 34. RGB value is (61,240,52). Sum of RGB (Red+Green+Blue) = 61+240+52=353 (46% of max value = 765). Red value is 61 (24.22% from 255 or 17.28% from 353); Green value is 240 (94.14% from 255 or 67.99% from 353); Blue value is 52 (20.70% from 255 or 14.73% from 353); Max value from RGB is 240 - color contains mainly: green. Hex color #3DF034 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3DF034 is #C20FCB. Grayscale: #A5A5A5. Windows color (decimal): -12718028 or 3469373. OLE color: 3469373.
HSL color Cylindrical-coordinate representation of color #3DF034: hue angle of 117.13º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3DF034 is Cyan = 0.75, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 61 | 240 | 52 | - |
| CMYK | 0.75 | 0 | 0.78 | 0.06 |
| HSL | 117.13º | 0.86% | 0.57% | - |
| HSV(B) | 117.13º | 0.78% | 0.94% | - |
| XYZ | 33.7 | 63.56 | 13.74 | - |
| YUV | 165.05 | 64.2 | 53.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 240 | 52 | 0.75 | 0 | 0.78 | 0.06 | 117.13 | 0.86 | 0.57 |
| Hex | 3D | F0 | 34 | 4B | 0 | 4E | 6 | 75 | 56 | 39 |
| Octal | 75 | 360 | 64 | 113 | 0 | 116 | 6 | 165 | 126 | 71 |
| Binary | 111101 | 11110000 | 110100 | 1001011 | 0 | 1001110 | 110 | 1110101 | 1010110 | 111001 |
Color Harmonies of #3DF034
Complementary color
Monochromatic Colors of #3DF034
Black with #3DF034
Text Example
Text Example
White with #3DF034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DF034; }
p { color: rgb(61,240,52); }
H1.HeaderClassName
{
color: #3DF034;
}
.AnyTagClassName
{
color: #3DF034;
}
</style>
background-color css
<style>
a { background-color: #3DF034; }
a { background-color: rgb(61,240,52); }
div.DivClassName
{
background-color: #3DF034;
}
.BgClassName
{
background-color: #3DF034;
}
</style>
border-color css
<style>
span { border-color: #3DF034; }
span { border-color: rgb(61,240,52); }
td.TdClassName
{
border-color: #3DF034;
}
.TagClassName
{
border-color: #3DF034;
}
</style>