Shades of Lime Green #3DF048
Tints of Lime Green #3DF048
RGB
CMYK
RGB Variations
Color information
#3DF048 (or 0x3DF048) is known color: Lime Green. HEX triplet: 3D, F0 and 48. RGB value is (61,240,72). Sum of RGB (Red+Green+Blue) = 61+240+72=373 (49% of max value = 765). Red value is 61 (24.22% from 255 or 16.35% from 373); Green value is 240 (94.14% from 255 or 64.34% from 373); Blue value is 72 (28.52% from 255 or 19.30% from 373); Max value from RGB is 240 - color contains mainly: green. Hex color #3DF048 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3DF048 is #C20FB7. Grayscale: #A7A7A7. Windows color (decimal): -12718008 or 4780093. OLE color: 4780093.
HSL color Cylindrical-coordinate representation of color #3DF048: hue angle of 123.69º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3DF048 is Cyan = 0.75, Magento = 0, Yellow = 0.7 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 61 | 240 | 72 | - |
| CMYK | 0.75 | 0 | 0.7 | 0.06 |
| HSL | 123.69º | 0.86% | 0.59% | - |
| HSV(B) | 123.69º | 0.75% | 0.94% | - |
| XYZ | 34.25 | 63.78 | 16.64 | - |
| YUV | 167.33 | 74.2 | 52.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 240 | 72 | 0.75 | 0 | 0.7 | 0.06 | 123.69 | 0.86 | 0.59 |
| Hex | 3D | F0 | 48 | 4B | 0 | 46 | 6 | 7C | 56 | 3B |
| Octal | 75 | 360 | 110 | 113 | 0 | 106 | 6 | 174 | 126 | 73 |
| Binary | 111101 | 11110000 | 1001000 | 1001011 | 0 | 1000110 | 110 | 1111100 | 1010110 | 111011 |
Color Harmonies of #3DF048
Complementary color
Monochromatic Colors of #3DF048
Black with #3DF048
Text Example
Text Example
White with #3DF048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DF048; }
p { color: rgb(61,240,72); }
H1.HeaderClassName
{
color: #3DF048;
}
.AnyTagClassName
{
color: #3DF048;
}
</style>
background-color css
<style>
a { background-color: #3DF048; }
a { background-color: rgb(61,240,72); }
div.DivClassName
{
background-color: #3DF048;
}
.BgClassName
{
background-color: #3DF048;
}
</style>
border-color css
<style>
span { border-color: #3DF048; }
span { border-color: rgb(61,240,72); }
td.TdClassName
{
border-color: #3DF048;
}
.TagClassName
{
border-color: #3DF048;
}
</style>