Shades of Lime Green #30BC26
Tints of Lime Green #30BC26
RGB
CMYK
RGB Variations
Color information
#30BC26 (or 0x30BC26) is known color: Lime Green. HEX triplet: 30, BC and 26. RGB value is (48,188,38). Sum of RGB (Red+Green+Blue) = 48+188+38=274 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.52% from 274); Green value is 188 (73.83% from 255 or 68.61% from 274); Blue value is 38 (15.23% from 255 or 13.87% from 274); Max value from RGB is 188 - color contains mainly: green. Hex color #30BC26 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30BC26 is #CF43D9. Grayscale: #818181. Windows color (decimal): -13583322 or 2538544. OLE color: 2538544.
HSL color Cylindrical-coordinate representation of color #30BC26: hue angle of 116º degrees, saturation: 0.66, 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 #30BC26 is Cyan = 0.74, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 48 | 188 | 38 | - |
| CMYK | 0.74 | 0 | 0.80 | 0.26 |
| HSL | 116º | 0.66% | 0.44% | - |
| HSV(B) | 116º | 0.8% | 0.74% | - |
| XYZ | 19.55 | 36.73 | 7.89 | - |
| YUV | 129.04 | 76.62 | 70.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 188 | 38 | 0.74 | 0 | 0.80 | 0.26 | 116 | 0.66 | 0.44 |
| Hex | 30 | BC | 26 | 4A | 0 | 50 | 1A | 74 | 42 | 2C |
| Octal | 60 | 274 | 46 | 112 | 0 | 120 | 32 | 164 | 102 | 54 |
| Binary | 110000 | 10111100 | 100110 | 1001010 | 0 | 1010000 | 11010 | 1110100 | 1000010 | 101100 |
Color Harmonies of #30BC26
Complementary color
Monochromatic Colors of #30BC26
Black with #30BC26
Text Example
Text Example
White with #30BC26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30BC26; }
p { color: rgb(48,188,38); }
H1.HeaderClassName
{
color: #30BC26;
}
.AnyTagClassName
{
color: #30BC26;
}
</style>
background-color css
<style>
a { background-color: #30BC26; }
a { background-color: rgb(48,188,38); }
div.DivClassName
{
background-color: #30BC26;
}
.BgClassName
{
background-color: #30BC26;
}
</style>
border-color css
<style>
span { border-color: #30BC26; }
span { border-color: rgb(48,188,38); }
td.TdClassName
{
border-color: #30BC26;
}
.TagClassName
{
border-color: #30BC26;
}
</style>