Shades of Lime Green #30BC25
Tints of Lime Green #30BC25
RGB
CMYK
RGB Variations
Color information
#30BC25 (or 0x30BC25) is known color: Lime Green. HEX triplet: 30, BC and 25. RGB value is (48,188,37). Sum of RGB (Red+Green+Blue) = 48+188+37=273 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.58% from 273); Green value is 188 (73.83% from 255 or 68.86% from 273); Blue value is 37 (14.84% from 255 or 13.55% from 273); Max value from RGB is 188 - color contains mainly: green. Hex color #30BC25 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30BC25 is #CF43DA. Grayscale: #818181. Windows color (decimal): -13583323 or 2473008. OLE color: 2473008.
HSL color Cylindrical-coordinate representation of color #30BC25: hue angle of 115.63º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30BC25 is Cyan = 0.74, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 48 | 188 | 37 | - |
| CMYK | 0.74 | 0 | 0.80 | 0.26 |
| HSL | 115.63º | 0.67% | 0.44% | - |
| HSV(B) | 115.63º | 0.8% | 0.74% | - |
| XYZ | 19.54 | 36.73 | 7.81 | - |
| YUV | 128.93 | 76.12 | 70.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 188 | 37 | 0.74 | 0 | 0.80 | 0.26 | 115.63 | 0.67 | 0.44 |
| Hex | 30 | BC | 25 | 4A | 0 | 50 | 1A | 74 | 43 | 2C |
| Octal | 60 | 274 | 45 | 112 | 0 | 120 | 32 | 164 | 103 | 54 |
| Binary | 110000 | 10111100 | 100101 | 1001010 | 0 | 1010000 | 11010 | 1110100 | 1000011 | 101100 |
Color Harmonies of #30BC25
Complementary color
Monochromatic Colors of #30BC25
Black with #30BC25
Text Example
Text Example
White with #30BC25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30BC25; }
p { color: rgb(48,188,37); }
H1.HeaderClassName
{
color: #30BC25;
}
.AnyTagClassName
{
color: #30BC25;
}
</style>
background-color css
<style>
a { background-color: #30BC25; }
a { background-color: rgb(48,188,37); }
div.DivClassName
{
background-color: #30BC25;
}
.BgClassName
{
background-color: #30BC25;
}
</style>
border-color css
<style>
span { border-color: #30BC25; }
span { border-color: rgb(48,188,37); }
td.TdClassName
{
border-color: #30BC25;
}
.TagClassName
{
border-color: #30BC25;
}
</style>