Shades of Lime Green #30CE13
Tints of Lime Green #30CE13
RGB
CMYK
RGB Variations
Color information
#30CE13 (or 0x30CE13) is known color: Lime Green. HEX triplet: 30, CE and 13. RGB value is (48,206,19). Sum of RGB (Red+Green+Blue) = 48+206+19=273 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.58% from 273); Green value is 206 (80.86% from 255 or 75.46% from 273); Blue value is 19 (7.81% from 255 or 6.96% from 273); Max value from RGB is 206 - color contains mainly: green. Hex color #30CE13 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #30CE13 is #CF31EC. Grayscale: #8A8A8A. Windows color (decimal): -13578733 or 1297968. OLE color: 1297968.
HSL color Cylindrical-coordinate representation of color #30CE13: hue angle of 110.7º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #30CE13 is Cyan = 0.77, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 48 | 206 | 19 | - |
| CMYK | 0.77 | 0 | 0.91 | 0.19 |
| HSL | 110.7º | 0.83% | 0.44% | - |
| HSV(B) | 110.7º | 0.91% | 0.81% | - |
| XYZ | 23.41 | 44.82 | 8.03 | - |
| YUV | 137.44 | 61.15 | 64.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 206 | 19 | 0.77 | 0 | 0.91 | 0.19 | 110.7 | 0.83 | 0.44 |
| Hex | 30 | CE | 13 | 4D | 0 | 5B | 13 | 6F | 53 | 2C |
| Octal | 60 | 316 | 23 | 115 | 0 | 133 | 23 | 157 | 123 | 54 |
| Binary | 110000 | 11001110 | 10011 | 1001101 | 0 | 1011011 | 10011 | 1101111 | 1010011 | 101100 |
Color Harmonies of #30CE13
Complementary color
Monochromatic Colors of #30CE13
Black with #30CE13
Text Example
Text Example
White with #30CE13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30CE13; }
p { color: rgb(48,206,19); }
H1.HeaderClassName
{
color: #30CE13;
}
.AnyTagClassName
{
color: #30CE13;
}
</style>
background-color css
<style>
a { background-color: #30CE13; }
a { background-color: rgb(48,206,19); }
div.DivClassName
{
background-color: #30CE13;
}
.BgClassName
{
background-color: #30CE13;
}
</style>
border-color css
<style>
span { border-color: #30CE13; }
span { border-color: rgb(48,206,19); }
td.TdClassName
{
border-color: #30CE13;
}
.TagClassName
{
border-color: #30CE13;
}
</style>