Shades of Lime Green #30C74C
Tints of Lime Green #30C74C
RGB
CMYK
RGB Variations
Color information
#30C74C (or 0x30C74C) is known color: Lime Green. HEX triplet: 30, C7 and 4C. RGB value is (48,199,76). Sum of RGB (Red+Green+Blue) = 48+199+76=323 (42% of max value = 765). Red value is 48 (19.14% from 255 or 14.86% from 323); Green value is 199 (78.12% from 255 or 61.61% from 323); Blue value is 76 (30.08% from 255 or 23.53% from 323); Max value from RGB is 199 - color contains mainly: green. Hex color #30C74C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30C74C is #CF38B3. Grayscale: #8C8C8C. Windows color (decimal): -13580468 or 5031728. OLE color: 5031728.
HSL color Cylindrical-coordinate representation of color #30C74C: hue angle of 131.13º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #30C74C is Cyan = 0.76, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 48 | 199 | 76 | - |
| CMYK | 0.76 | 0 | 0.62 | 0.22 |
| HSL | 131.13º | 0.61% | 0.48% | - |
| HSV(B) | 131.13º | 0.76% | 0.78% | - |
| XYZ | 22.95 | 42 | 13.73 | - |
| YUV | 139.83 | 91.97 | 62.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 199 | 76 | 0.76 | 0 | 0.62 | 0.22 | 131.13 | 0.61 | 0.48 |
| Hex | 30 | C7 | 4C | 4C | 0 | 3E | 16 | 83 | 3D | 30 |
| Octal | 60 | 307 | 114 | 114 | 0 | 76 | 26 | 203 | 75 | 60 |
| Binary | 110000 | 11000111 | 1001100 | 1001100 | 0 | 111110 | 10110 | 10000011 | 111101 | 110000 |
Color Harmonies of #30C74C
Complementary color
Monochromatic Colors of #30C74C
Black with #30C74C
Text Example
Text Example
White with #30C74C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30C74C; }
p { color: rgb(48,199,76); }
H1.HeaderClassName
{
color: #30C74C;
}
.AnyTagClassName
{
color: #30C74C;
}
</style>
background-color css
<style>
a { background-color: #30C74C; }
a { background-color: rgb(48,199,76); }
div.DivClassName
{
background-color: #30C74C;
}
.BgClassName
{
background-color: #30C74C;
}
</style>
border-color css
<style>
span { border-color: #30C74C; }
span { border-color: rgb(48,199,76); }
td.TdClassName
{
border-color: #30C74C;
}
.TagClassName
{
border-color: #30C74C;
}
</style>