Shades of Lime Green #3DF346
Tints of Lime Green #3DF346
RGB
CMYK
RGB Variations
Color information
#3DF346 (or 0x3DF346) is known color: Lime Green. HEX triplet: 3D, F3 and 46. RGB value is (61,243,70). Sum of RGB (Red+Green+Blue) = 61+243+70=374 (49% of max value = 765). Red value is 61 (24.22% from 255 or 16.31% from 374); Green value is 243 (95.31% from 255 or 64.97% from 374); Blue value is 70 (27.73% from 255 or 18.72% from 374); Max value from RGB is 243 - color contains mainly: green. Hex color #3DF346 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3DF346 is #C20CB9. Grayscale: #A9A9A9. Windows color (decimal): -12717242 or 4649789. OLE color: 4649789.
HSL color Cylindrical-coordinate representation of color #3DF346: hue angle of 122.97º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3DF346 is Cyan = 0.75, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 61 | 243 | 70 | - |
| CMYK | 0.75 | 0 | 0.71 | 0.05 |
| HSL | 122.97º | 0.88% | 0.6% | - |
| HSV(B) | 122.97º | 0.75% | 0.95% | - |
| XYZ | 35.08 | 65.54 | 16.6 | - |
| YUV | 168.86 | 72.2 | 51.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 243 | 70 | 0.75 | 0 | 0.71 | 0.05 | 122.97 | 0.88 | 0.6 |
| Hex | 3D | F3 | 46 | 4B | 0 | 47 | 5 | 7B | 58 | 3C |
| Octal | 75 | 363 | 106 | 113 | 0 | 107 | 5 | 173 | 130 | 74 |
| Binary | 111101 | 11110011 | 1000110 | 1001011 | 0 | 1000111 | 101 | 1111011 | 1011000 | 111100 |
Color Harmonies of #3DF346
Complementary color
Monochromatic Colors of #3DF346
Black with #3DF346
Text Example
Text Example
White with #3DF346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DF346; }
p { color: rgb(61,243,70); }
H1.HeaderClassName
{
color: #3DF346;
}
.AnyTagClassName
{
color: #3DF346;
}
</style>
background-color css
<style>
a { background-color: #3DF346; }
a { background-color: rgb(61,243,70); }
div.DivClassName
{
background-color: #3DF346;
}
.BgClassName
{
background-color: #3DF346;
}
</style>
border-color css
<style>
span { border-color: #3DF346; }
span { border-color: rgb(61,243,70); }
td.TdClassName
{
border-color: #3DF346;
}
.TagClassName
{
border-color: #3DF346;
}
</style>