Shades of Lime Green #3DF347
Tints of Lime Green #3DF347
RGB
CMYK
RGB Variations
Color information
#3DF347 (or 0x3DF347) is known color: Lime Green. HEX triplet: 3D, F3 and 47. RGB value is (61,243,71). Sum of RGB (Red+Green+Blue) = 61+243+71=375 (49% of max value = 765). Red value is 61 (24.22% from 255 or 16.27% from 375); Green value is 243 (95.31% from 255 or 64.8% from 375); Blue value is 71 (28.12% from 255 or 18.93% from 375); Max value from RGB is 243 - color contains mainly: green. Hex color #3DF347 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3DF347 is #C20CB8. Grayscale: #A9A9A9. Windows color (decimal): -12717241 or 4715325. OLE color: 4715325.
HSL color Cylindrical-coordinate representation of color #3DF347: hue angle of 123.3º 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 #3DF347 is Cyan = 0.75, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 61 | 243 | 71 | - |
| CMYK | 0.75 | 0 | 0.71 | 0.05 |
| HSL | 123.3º | 0.88% | 0.6% | - |
| HSV(B) | 123.3º | 0.75% | 0.95% | - |
| XYZ | 35.11 | 65.55 | 16.76 | - |
| YUV | 168.97 | 72.7 | 50.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 243 | 71 | 0.75 | 0 | 0.71 | 0.05 | 123.3 | 0.88 | 0.6 |
| Hex | 3D | F3 | 47 | 4B | 0 | 47 | 5 | 7B | 58 | 3C |
| Octal | 75 | 363 | 107 | 113 | 0 | 107 | 5 | 173 | 130 | 74 |
| Binary | 111101 | 11110011 | 1000111 | 1001011 | 0 | 1000111 | 101 | 1111011 | 1011000 | 111100 |
Color Harmonies of #3DF347
Complementary color
Monochromatic Colors of #3DF347
Black with #3DF347
Text Example
Text Example
White with #3DF347
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DF347; }
p { color: rgb(61,243,71); }
H1.HeaderClassName
{
color: #3DF347;
}
.AnyTagClassName
{
color: #3DF347;
}
</style>
background-color css
<style>
a { background-color: #3DF347; }
a { background-color: rgb(61,243,71); }
div.DivClassName
{
background-color: #3DF347;
}
.BgClassName
{
background-color: #3DF347;
}
</style>
border-color css
<style>
span { border-color: #3DF347; }
span { border-color: rgb(61,243,71); }
td.TdClassName
{
border-color: #3DF347;
}
.TagClassName
{
border-color: #3DF347;
}
</style>