Shades of Lime Green #30C12F
Tints of Lime Green #30C12F
RGB
CMYK
RGB Variations
Color information
#30C12F (or 0x30C12F) is known color: Lime Green. HEX triplet: 30, C1 and 2F. RGB value is (48,193,47). Sum of RGB (Red+Green+Blue) = 48+193+47=288 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.67% from 288); Green value is 193 (75.78% from 255 or 67.01% from 288); Blue value is 47 (18.75% from 255 or 16.32% from 288); Max value from RGB is 193 - color contains mainly: green. Hex color #30C12F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30C12F is #CF3ED0. Grayscale: #858585. Windows color (decimal): -13582033 or 3129648. OLE color: 3129648.
HSL color Cylindrical-coordinate representation of color #30C12F: hue angle of 119.59º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #30C12F is Cyan = 0.75, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 48 | 193 | 47 | - |
| CMYK | 0.75 | 0 | 0.76 | 0.24 |
| HSL | 119.59º | 0.61% | 0.47% | - |
| HSV(B) | 119.59º | 0.76% | 0.76% | - |
| XYZ | 20.8 | 38.97 | 9.12 | - |
| YUV | 133 | 79.46 | 67.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 193 | 47 | 0.75 | 0 | 0.76 | 0.24 | 119.59 | 0.61 | 0.47 |
| Hex | 30 | C1 | 2F | 4B | 0 | 4C | 18 | 78 | 3D | 2F |
| Octal | 60 | 301 | 57 | 113 | 0 | 114 | 30 | 170 | 75 | 57 |
| Binary | 110000 | 11000001 | 101111 | 1001011 | 0 | 1001100 | 11000 | 1111000 | 111101 | 101111 |
Color Harmonies of #30C12F
Complementary color
Monochromatic Colors of #30C12F
Black with #30C12F
Text Example
Text Example
White with #30C12F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30C12F; }
p { color: rgb(48,193,47); }
H1.HeaderClassName
{
color: #30C12F;
}
.AnyTagClassName
{
color: #30C12F;
}
</style>
background-color css
<style>
a { background-color: #30C12F; }
a { background-color: rgb(48,193,47); }
div.DivClassName
{
background-color: #30C12F;
}
.BgClassName
{
background-color: #30C12F;
}
</style>
border-color css
<style>
span { border-color: #30C12F; }
span { border-color: rgb(48,193,47); }
td.TdClassName
{
border-color: #30C12F;
}
.TagClassName
{
border-color: #30C12F;
}
</style>