Shades of Lime Green #30C12A
Tints of Lime Green #30C12A
RGB
CMYK
RGB Variations
Color information
#30C12A (or 0x30C12A) is known color: Lime Green. HEX triplet: 30, C1 and 2A. RGB value is (48,193,42). Sum of RGB (Red+Green+Blue) = 48+193+42=283 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.96% from 283); Green value is 193 (75.78% from 255 or 68.20% from 283); Blue value is 42 (16.80% from 255 or 14.84% from 283); Max value from RGB is 193 - color contains mainly: green. Hex color #30C12A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30C12A is #CF3ED5. Grayscale: #848484. Windows color (decimal): -13582038 or 2801968. OLE color: 2801968.
HSL color Cylindrical-coordinate representation of color #30C12A: hue angle of 117.62º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #30C12A is Cyan = 0.75, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 48 | 193 | 42 | - |
| CMYK | 0.75 | 0 | 0.78 | 0.24 |
| HSL | 117.62º | 0.64% | 0.46% | - |
| HSV(B) | 117.62º | 0.78% | 0.76% | - |
| XYZ | 20.71 | 38.94 | 8.61 | - |
| YUV | 132.43 | 76.96 | 67.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 193 | 42 | 0.75 | 0 | 0.78 | 0.24 | 117.62 | 0.64 | 0.46 |
| Hex | 30 | C1 | 2A | 4B | 0 | 4E | 18 | 76 | 40 | 2E |
| Octal | 60 | 301 | 52 | 113 | 0 | 116 | 30 | 166 | 100 | 56 |
| Binary | 110000 | 11000001 | 101010 | 1001011 | 0 | 1001110 | 11000 | 1110110 | 1000000 | 101110 |
Color Harmonies of #30C12A
Complementary color
Monochromatic Colors of #30C12A
Black with #30C12A
Text Example
Text Example
White with #30C12A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30C12A; }
p { color: rgb(48,193,42); }
H1.HeaderClassName
{
color: #30C12A;
}
.AnyTagClassName
{
color: #30C12A;
}
</style>
background-color css
<style>
a { background-color: #30C12A; }
a { background-color: rgb(48,193,42); }
div.DivClassName
{
background-color: #30C12A;
}
.BgClassName
{
background-color: #30C12A;
}
</style>
border-color css
<style>
span { border-color: #30C12A; }
span { border-color: rgb(48,193,42); }
td.TdClassName
{
border-color: #30C12A;
}
.TagClassName
{
border-color: #30C12A;
}
</style>