Shades of Lime Green #3DF844
Tints of Lime Green #3DF844
RGB
CMYK
RGB Variations
Color information
#3DF844 (or 0x3DF844) is known color: Lime Green. HEX triplet: 3D, F8 and 44. RGB value is (61,248,68). Sum of RGB (Red+Green+Blue) = 61+248+68=377 (49% of max value = 765). Red value is 61 (24.22% from 255 or 16.18% from 377); Green value is 248 (97.27% from 255 or 65.78% from 377); Blue value is 68 (26.95% from 255 or 18.04% from 377); Max value from RGB is 248 - color contains mainly: green. Hex color #3DF844 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3DF844 is #C207BB. Grayscale: #ACACAC. Windows color (decimal): -12715964 or 4519997. OLE color: 4519997.
HSL color Cylindrical-coordinate representation of color #3DF844: hue angle of 122.25º 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 #3DF844 is Cyan = 0.75, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 61 | 248 | 68 | - |
| CMYK | 0.75 | 0 | 0.73 | 0.03 |
| HSL | 122.25º | 0.93% | 0.61% | - |
| HSV(B) | 122.25º | 0.75% | 0.97% | - |
| XYZ | 36.54 | 68.54 | 16.77 | - |
| YUV | 171.57 | 69.55 | 49.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 248 | 68 | 0.75 | 0 | 0.73 | 0.03 | 122.25 | 0.93 | 0.61 |
| Hex | 3D | F8 | 44 | 4B | 0 | 49 | 3 | 7A | 5D | 3D |
| Octal | 75 | 370 | 104 | 113 | 0 | 111 | 3 | 172 | 135 | 75 |
| Binary | 111101 | 11111000 | 1000100 | 1001011 | 0 | 1001001 | 11 | 1111010 | 1011101 | 111101 |
Color Harmonies of #3DF844
Complementary color
Monochromatic Colors of #3DF844
Black with #3DF844
Text Example
Text Example
White with #3DF844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DF844; }
p { color: rgb(61,248,68); }
H1.HeaderClassName
{
color: #3DF844;
}
.AnyTagClassName
{
color: #3DF844;
}
</style>
background-color css
<style>
a { background-color: #3DF844; }
a { background-color: rgb(61,248,68); }
div.DivClassName
{
background-color: #3DF844;
}
.BgClassName
{
background-color: #3DF844;
}
</style>
border-color css
<style>
span { border-color: #3DF844; }
span { border-color: rgb(61,248,68); }
td.TdClassName
{
border-color: #3DF844;
}
.TagClassName
{
border-color: #3DF844;
}
</style>