Shades of Lime Green #3DF348
Tints of Lime Green #3DF348
RGB
CMYK
RGB Variations
Color information
#3DF348 (or 0x3DF348) is known color: Lime Green. HEX triplet: 3D, F3 and 48. RGB value is (61,243,72). Sum of RGB (Red+Green+Blue) = 61+243+72=376 (49% of max value = 765). Red value is 61 (24.22% from 255 or 16.22% from 376); Green value is 243 (95.31% from 255 or 64.63% from 376); Blue value is 72 (28.52% from 255 or 19.15% from 376); Max value from RGB is 243 - color contains mainly: green. Hex color #3DF348 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3DF348 is #C20CB7. Grayscale: #A9A9A9. Windows color (decimal): -12717240 or 4780861. OLE color: 4780861.
HSL color Cylindrical-coordinate representation of color #3DF348: hue angle of 123.63º 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 #3DF348 is Cyan = 0.75, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 61 | 243 | 72 | - |
| CMYK | 0.75 | 0 | 0.70 | 0.05 |
| HSL | 123.63º | 0.88% | 0.6% | - |
| HSV(B) | 123.63º | 0.75% | 0.95% | - |
| XYZ | 35.14 | 65.56 | 16.93 | - |
| YUV | 169.09 | 73.2 | 50.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 243 | 72 | 0.75 | 0 | 0.70 | 0.05 | 123.63 | 0.88 | 0.6 |
| Hex | 3D | F3 | 48 | 4B | 0 | 46 | 5 | 7C | 58 | 3C |
| Octal | 75 | 363 | 110 | 113 | 0 | 106 | 5 | 174 | 130 | 74 |
| Binary | 111101 | 11110011 | 1001000 | 1001011 | 0 | 1000110 | 101 | 1111100 | 1011000 | 111100 |
Color Harmonies of #3DF348
Complementary color
Monochromatic Colors of #3DF348
Black with #3DF348
Text Example
Text Example
White with #3DF348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DF348; }
p { color: rgb(61,243,72); }
H1.HeaderClassName
{
color: #3DF348;
}
.AnyTagClassName
{
color: #3DF348;
}
</style>
background-color css
<style>
a { background-color: #3DF348; }
a { background-color: rgb(61,243,72); }
div.DivClassName
{
background-color: #3DF348;
}
.BgClassName
{
background-color: #3DF348;
}
</style>
border-color css
<style>
span { border-color: #3DF348; }
span { border-color: rgb(61,243,72); }
td.TdClassName
{
border-color: #3DF348;
}
.TagClassName
{
border-color: #3DF348;
}
</style>