Shades of Lime Green #3DF845
Tints of Lime Green #3DF845
RGB
CMYK
RGB Variations
Color information
#3DF845 (or 0x3DF845) is known color: Lime Green. HEX triplet: 3D, F8 and 45. RGB value is (61,248,69). Sum of RGB (Red+Green+Blue) = 61+248+69=378 (50% of max value = 765). Red value is 61 (24.22% from 255 or 16.14% from 378); Green value is 248 (97.27% from 255 or 65.61% from 378); Blue value is 69 (27.34% from 255 or 18.25% from 378); Max value from RGB is 248 - color contains mainly: green. Hex color #3DF845 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3DF845 is #C207BA. Grayscale: #ACACAC. Windows color (decimal): -12715963 or 4585533. OLE color: 4585533.
HSL color Cylindrical-coordinate representation of color #3DF845: hue angle of 122.57º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3DF845 is Cyan = 0.75, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 61 | 248 | 69 | - |
| CMYK | 0.75 | 0 | 0.72 | 0.03 |
| HSL | 122.57º | 0.93% | 0.61% | - |
| HSV(B) | 122.57º | 0.75% | 0.97% | - |
| XYZ | 36.57 | 68.56 | 16.94 | - |
| YUV | 171.68 | 70.05 | 49.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 248 | 69 | 0.75 | 0 | 0.72 | 0.03 | 122.57 | 0.93 | 0.61 |
| Hex | 3D | F8 | 45 | 4B | 0 | 48 | 3 | 7B | 5D | 3D |
| Octal | 75 | 370 | 105 | 113 | 0 | 110 | 3 | 173 | 135 | 75 |
| Binary | 111101 | 11111000 | 1000101 | 1001011 | 0 | 1001000 | 11 | 1111011 | 1011101 | 111101 |
Color Harmonies of #3DF845
Complementary color
Monochromatic Colors of #3DF845
Black with #3DF845
Text Example
Text Example
White with #3DF845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DF845; }
p { color: rgb(61,248,69); }
H1.HeaderClassName
{
color: #3DF845;
}
.AnyTagClassName
{
color: #3DF845;
}
</style>
background-color css
<style>
a { background-color: #3DF845; }
a { background-color: rgb(61,248,69); }
div.DivClassName
{
background-color: #3DF845;
}
.BgClassName
{
background-color: #3DF845;
}
</style>
border-color css
<style>
span { border-color: #3DF845; }
span { border-color: rgb(61,248,69); }
td.TdClassName
{
border-color: #3DF845;
}
.TagClassName
{
border-color: #3DF845;
}
</style>