Shades of Lime Green #3DF248
Tints of Lime Green #3DF248
RGB
CMYK
RGB Variations
Color information
#3DF248 (or 0x3DF248) is known color: Lime Green. HEX triplet: 3D, F2 and 48. RGB value is (61,242,72). Sum of RGB (Red+Green+Blue) = 61+242+72=375 (49% of max value = 765). Red value is 61 (24.22% from 255 or 16.27% from 375); Green value is 242 (94.92% from 255 or 64.53% from 375); Blue value is 72 (28.52% from 255 or 19.2% from 375); Max value from RGB is 242 - color contains mainly: green. Hex color #3DF248 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3DF248 is #C20DB7. Grayscale: #A9A9A9. Windows color (decimal): -12717496 or 4780605. OLE color: 4780605.
HSL color Cylindrical-coordinate representation of color #3DF248: hue angle of 123.65º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3DF248 is Cyan = 0.75, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 61 | 242 | 72 | - |
| CMYK | 0.75 | 0 | 0.70 | 0.05 |
| HSL | 123.65º | 0.87% | 0.59% | - |
| HSV(B) | 123.65º | 0.75% | 0.95% | - |
| XYZ | 34.85 | 64.96 | 16.83 | - |
| YUV | 168.5 | 73.53 | 51.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 242 | 72 | 0.75 | 0 | 0.70 | 0.05 | 123.65 | 0.87 | 0.59 |
| Hex | 3D | F2 | 48 | 4B | 0 | 46 | 5 | 7C | 57 | 3B |
| Octal | 75 | 362 | 110 | 113 | 0 | 106 | 5 | 174 | 127 | 73 |
| Binary | 111101 | 11110010 | 1001000 | 1001011 | 0 | 1000110 | 101 | 1111100 | 1010111 | 111011 |
Color Harmonies of #3DF248
Complementary color
Monochromatic Colors of #3DF248
Black with #3DF248
Text Example
Text Example
White with #3DF248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DF248; }
p { color: rgb(61,242,72); }
H1.HeaderClassName
{
color: #3DF248;
}
.AnyTagClassName
{
color: #3DF248;
}
</style>
background-color css
<style>
a { background-color: #3DF248; }
a { background-color: rgb(61,242,72); }
div.DivClassName
{
background-color: #3DF248;
}
.BgClassName
{
background-color: #3DF248;
}
</style>
border-color css
<style>
span { border-color: #3DF248; }
span { border-color: rgb(61,242,72); }
td.TdClassName
{
border-color: #3DF248;
}
.TagClassName
{
border-color: #3DF248;
}
</style>