Shades of Lime Green #30BB3C
Tints of Lime Green #30BB3C
RGB
CMYK
RGB Variations
Color information
#30BB3C (or 0x30BB3C) is known color: Lime Green. HEX triplet: 30, BB and 3C. RGB value is (48,187,60). Sum of RGB (Red+Green+Blue) = 48+187+60=295 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.27% from 295); Green value is 187 (73.44% from 255 or 63.39% from 295); Blue value is 60 (23.83% from 255 or 20.34% from 295); Max value from RGB is 187 - color contains mainly: green. Hex color #30BB3C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30BB3C is #CF44C3. Grayscale: #838383. Windows color (decimal): -13583556 or 3980080. OLE color: 3980080.
HSL color Cylindrical-coordinate representation of color #30BB3C: hue angle of 125.18º 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 #30BB3C is Cyan = 0.74, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 48 | 187 | 60 | - |
| CMYK | 0.74 | 0 | 0.68 | 0.27 |
| HSL | 125.18º | 0.59% | 0.46% | - |
| HSV(B) | 125.18º | 0.74% | 0.73% | - |
| XYZ | 19.8 | 36.5 | 10.28 | - |
| YUV | 130.96 | 87.95 | 68.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 187 | 60 | 0.74 | 0 | 0.68 | 0.27 | 125.18 | 0.59 | 0.46 |
| Hex | 30 | BB | 3C | 4A | 0 | 44 | 1B | 7D | 3B | 2E |
| Octal | 60 | 273 | 74 | 112 | 0 | 104 | 33 | 175 | 73 | 56 |
| Binary | 110000 | 10111011 | 111100 | 1001010 | 0 | 1000100 | 11011 | 1111101 | 111011 | 101110 |
Color Harmonies of #30BB3C
Complementary color
Monochromatic Colors of #30BB3C
Black with #30BB3C
Text Example
Text Example
White with #30BB3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30BB3C; }
p { color: rgb(48,187,60); }
H1.HeaderClassName
{
color: #30BB3C;
}
.AnyTagClassName
{
color: #30BB3C;
}
</style>
background-color css
<style>
a { background-color: #30BB3C; }
a { background-color: rgb(48,187,60); }
div.DivClassName
{
background-color: #30BB3C;
}
.BgClassName
{
background-color: #30BB3C;
}
</style>
border-color css
<style>
span { border-color: #30BB3C; }
span { border-color: rgb(48,187,60); }
td.TdClassName
{
border-color: #30BB3C;
}
.TagClassName
{
border-color: #30BB3C;
}
</style>