Shades of Lime Green #3CE248
Tints of Lime Green #3CE248
RGB
CMYK
RGB Variations
Color information
#3CE248 (or 0x3CE248) is known color: Lime Green. HEX triplet: 3C, E2 and 48. RGB value is (60,226,72). Sum of RGB (Red+Green+Blue) = 60+226+72=358 (47% of max value = 765). Red value is 60 (23.83% from 255 or 16.76% from 358); Green value is 226 (88.67% from 255 or 63.13% from 358); Blue value is 72 (28.52% from 255 or 20.11% from 358); Max value from RGB is 226 - color contains mainly: green. Hex color #3CE248 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CE248 is #C31DB7. Grayscale: #9F9F9F. Windows color (decimal): -12787128 or 4776508. OLE color: 4776508.
HSL color Cylindrical-coordinate representation of color #3CE248: hue angle of 124.34º degrees, saturation: 0.74, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3CE248 is Cyan = 0.73, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 60 | 226 | 72 | - |
| CMYK | 0.73 | 0 | 0.68 | 0.11 |
| HSL | 124.34º | 0.74% | 0.56% | - |
| HSV(B) | 124.34º | 0.73% | 0.89% | - |
| XYZ | 30.23 | 55.82 | 15.31 | - |
| YUV | 158.81 | 79 | 57.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 226 | 72 | 0.73 | 0 | 0.68 | 0.11 | 124.34 | 0.74 | 0.56 |
| Hex | 3C | E2 | 48 | 49 | 0 | 44 | B | 7C | 4A | 38 |
| Octal | 74 | 342 | 110 | 111 | 0 | 104 | 13 | 174 | 112 | 70 |
| Binary | 111100 | 11100010 | 1001000 | 1001001 | 0 | 1000100 | 1011 | 1111100 | 1001010 | 111000 |
Color Harmonies of #3CE248
Complementary color
Monochromatic Colors of #3CE248
Black with #3CE248
Text Example
Text Example
White with #3CE248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CE248; }
p { color: rgb(60,226,72); }
H1.HeaderClassName
{
color: #3CE248;
}
.AnyTagClassName
{
color: #3CE248;
}
</style>
background-color css
<style>
a { background-color: #3CE248; }
a { background-color: rgb(60,226,72); }
div.DivClassName
{
background-color: #3CE248;
}
.BgClassName
{
background-color: #3CE248;
}
</style>
border-color css
<style>
span { border-color: #3CE248; }
span { border-color: rgb(60,226,72); }
td.TdClassName
{
border-color: #3CE248;
}
.TagClassName
{
border-color: #3CE248;
}
</style>