Shades of Lime Green #48CE2A
Tints of Lime Green #48CE2A
RGB
CMYK
RGB Variations
Color information
#48CE2A (or 0x48CE2A) is known color: Lime Green. HEX triplet: 48, CE and 2A. RGB value is (72,206,42). Sum of RGB (Red+Green+Blue) = 72+206+42=320 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.5% from 320); Green value is 206 (80.86% from 255 or 64.38% from 320); Blue value is 42 (16.80% from 255 or 13.12% from 320); Max value from RGB is 206 - color contains mainly: green. Hex color #48CE2A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48CE2A is #B731D5. Grayscale: #939393. Windows color (decimal): -12005846 or 2805320. OLE color: 2805320.
HSL color Cylindrical-coordinate representation of color #48CE2A: hue angle of 109.02º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #48CE2A is Cyan = 0.65, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 72 | 206 | 42 | - |
| CMYK | 0.65 | 0 | 0.80 | 0.19 |
| HSL | 109.02º | 0.66% | 0.49% | - |
| HSV(B) | 109.02º | 0.8% | 0.81% | - |
| XYZ | 25.16 | 45.69 | 9.68 | - |
| YUV | 147.24 | 68.61 | 74.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 206 | 42 | 0.65 | 0 | 0.80 | 0.19 | 109.02 | 0.66 | 0.49 |
| Hex | 48 | CE | 2A | 41 | 0 | 50 | 13 | 6D | 42 | 31 |
| Octal | 110 | 316 | 52 | 101 | 0 | 120 | 23 | 155 | 102 | 61 |
| Binary | 1001000 | 11001110 | 101010 | 1000001 | 0 | 1010000 | 10011 | 1101101 | 1000010 | 110001 |
Color Harmonies of #48CE2A
Complementary color
Monochromatic Colors of #48CE2A
Black with #48CE2A
Text Example
Text Example
White with #48CE2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48CE2A; }
p { color: rgb(72,206,42); }
H1.HeaderClassName
{
color: #48CE2A;
}
.AnyTagClassName
{
color: #48CE2A;
}
</style>
background-color css
<style>
a { background-color: #48CE2A; }
a { background-color: rgb(72,206,42); }
div.DivClassName
{
background-color: #48CE2A;
}
.BgClassName
{
background-color: #48CE2A;
}
</style>
border-color css
<style>
span { border-color: #48CE2A; }
span { border-color: rgb(72,206,42); }
td.TdClassName
{
border-color: #48CE2A;
}
.TagClassName
{
border-color: #48CE2A;
}
</style>