Shades of Lime Green #30BB40
Tints of Lime Green #30BB40
RGB
CMYK
RGB Variations
Color information
#30BB40 (or 0x30BB40) is known color: Lime Green. HEX triplet: 30, BB and 40. RGB value is (48,187,64). Sum of RGB (Red+Green+Blue) = 48+187+64=299 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.05% from 299); Green value is 187 (73.44% from 255 or 62.54% from 299); Blue value is 64 (25.39% from 255 or 21.40% from 299); Max value from RGB is 187 - color contains mainly: green. Hex color #30BB40 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30BB40 is #CF44BF. Grayscale: #838383. Windows color (decimal): -13583552 or 4242224. OLE color: 4242224.
HSL color Cylindrical-coordinate representation of color #30BB40: hue angle of 126.91º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #30BB40 is Cyan = 0.74, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 48 | 187 | 64 | - |
| CMYK | 0.74 | 0 | 0.66 | 0.27 |
| HSL | 126.91º | 0.59% | 0.46% | - |
| HSV(B) | 126.91º | 0.74% | 0.73% | - |
| XYZ | 19.91 | 36.54 | 10.85 | - |
| YUV | 131.42 | 89.95 | 68.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 187 | 64 | 0.74 | 0 | 0.66 | 0.27 | 126.91 | 0.59 | 0.46 |
| Hex | 30 | BB | 40 | 4A | 0 | 42 | 1B | 7F | 3B | 2E |
| Octal | 60 | 273 | 100 | 112 | 0 | 102 | 33 | 177 | 73 | 56 |
| Binary | 110000 | 10111011 | 1000000 | 1001010 | 0 | 1000010 | 11011 | 1111111 | 111011 | 101110 |
Color Harmonies of #30BB40
Complementary color
Monochromatic Colors of #30BB40
Black with #30BB40
Text Example
Text Example
White with #30BB40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30BB40; }
p { color: rgb(48,187,64); }
H1.HeaderClassName
{
color: #30BB40;
}
.AnyTagClassName
{
color: #30BB40;
}
</style>
background-color css
<style>
a { background-color: #30BB40; }
a { background-color: rgb(48,187,64); }
div.DivClassName
{
background-color: #30BB40;
}
.BgClassName
{
background-color: #30BB40;
}
</style>
border-color css
<style>
span { border-color: #30BB40; }
span { border-color: rgb(48,187,64); }
td.TdClassName
{
border-color: #30BB40;
}
.TagClassName
{
border-color: #30BB40;
}
</style>