Shades of Lime Green #30C425
Tints of Lime Green #30C425
RGB
CMYK
RGB Variations
Color information
#30C425 (or 0x30C425) is known color: Lime Green. HEX triplet: 30, C4 and 25. RGB value is (48,196,37). Sum of RGB (Red+Green+Blue) = 48+196+37=281 (37% of max value = 765). Red value is 48 (19.14% from 255 or 17.08% from 281); Green value is 196 (76.95% from 255 or 69.75% from 281); Blue value is 37 (14.84% from 255 or 13.17% from 281); Max value from RGB is 196 - color contains mainly: green. Hex color #30C425 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30C425 is #CF3BDA. Grayscale: #868686. Windows color (decimal): -13581275 or 2475056. OLE color: 2475056.
HSL color Cylindrical-coordinate representation of color #30C425: hue angle of 115.85º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #30C425 is Cyan = 0.76, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 48 | 196 | 37 | - |
| CMYK | 0.76 | 0 | 0.81 | 0.23 |
| HSL | 115.85º | 0.68% | 0.46% | - |
| HSV(B) | 115.85º | 0.81% | 0.77% | - |
| XYZ | 21.29 | 40.24 | 8.4 | - |
| YUV | 133.62 | 73.47 | 66.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 196 | 37 | 0.76 | 0 | 0.81 | 0.23 | 115.85 | 0.68 | 0.46 |
| Hex | 30 | C4 | 25 | 4C | 0 | 51 | 17 | 74 | 44 | 2E |
| Octal | 60 | 304 | 45 | 114 | 0 | 121 | 27 | 164 | 104 | 56 |
| Binary | 110000 | 11000100 | 100101 | 1001100 | 0 | 1010001 | 10111 | 1110100 | 1000100 | 101110 |
Color Harmonies of #30C425
Complementary color
Monochromatic Colors of #30C425
Black with #30C425
Text Example
Text Example
White with #30C425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30C425; }
p { color: rgb(48,196,37); }
H1.HeaderClassName
{
color: #30C425;
}
.AnyTagClassName
{
color: #30C425;
}
</style>
background-color css
<style>
a { background-color: #30C425; }
a { background-color: rgb(48,196,37); }
div.DivClassName
{
background-color: #30C425;
}
.BgClassName
{
background-color: #30C425;
}
</style>
border-color css
<style>
span { border-color: #30C425; }
span { border-color: rgb(48,196,37); }
td.TdClassName
{
border-color: #30C425;
}
.TagClassName
{
border-color: #30C425;
}
</style>