Shades of Lime Green #30CF12
Tints of Lime Green #30CF12
RGB
CMYK
RGB Variations
Color information
#30CF12 (or 0x30CF12) is known color: Lime Green. HEX triplet: 30, CF and 12. RGB value is (48,207,18). Sum of RGB (Red+Green+Blue) = 48+207+18=273 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.58% from 273); Green value is 207 (81.25% from 255 or 75.82% from 273); Blue value is 18 (7.42% from 255 or 6.59% from 273); Max value from RGB is 207 - color contains mainly: green. Hex color #30CF12 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #30CF12 is #CF30ED. Grayscale: #8A8A8A. Windows color (decimal): -13578478 or 1232688. OLE color: 1232688.
HSL color Cylindrical-coordinate representation of color #30CF12: hue angle of 110.48º degrees, saturation: 0.84, 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 #30CF12 is Cyan = 0.77, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 48 | 207 | 18 | - |
| CMYK | 0.77 | 0 | 0.91 | 0.19 |
| HSL | 110.48º | 0.84% | 0.44% | - |
| HSV(B) | 110.48º | 0.91% | 0.81% | - |
| XYZ | 23.64 | 45.3 | 8.07 | - |
| YUV | 137.91 | 60.32 | 63.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 207 | 18 | 0.77 | 0 | 0.91 | 0.19 | 110.48 | 0.84 | 0.44 |
| Hex | 30 | CF | 12 | 4D | 0 | 5B | 13 | 6E | 54 | 2C |
| Octal | 60 | 317 | 22 | 115 | 0 | 133 | 23 | 156 | 124 | 54 |
| Binary | 110000 | 11001111 | 10010 | 1001101 | 0 | 1011011 | 10011 | 1101110 | 1010100 | 101100 |
Color Harmonies of #30CF12
Complementary color
Monochromatic Colors of #30CF12
Black with #30CF12
Text Example
Text Example
White with #30CF12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30CF12; }
p { color: rgb(48,207,18); }
H1.HeaderClassName
{
color: #30CF12;
}
.AnyTagClassName
{
color: #30CF12;
}
</style>
background-color css
<style>
a { background-color: #30CF12; }
a { background-color: rgb(48,207,18); }
div.DivClassName
{
background-color: #30CF12;
}
.BgClassName
{
background-color: #30CF12;
}
</style>
border-color css
<style>
span { border-color: #30CF12; }
span { border-color: rgb(48,207,18); }
td.TdClassName
{
border-color: #30CF12;
}
.TagClassName
{
border-color: #30CF12;
}
</style>