Shades of Lime Green #30BC3C
Tints of Lime Green #30BC3C
RGB
CMYK
RGB Variations
Color information
#30BC3C (or 0x30BC3C) is known color: Lime Green. HEX triplet: 30, BC and 3C. RGB value is (48,188,60). Sum of RGB (Red+Green+Blue) = 48+188+60=296 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.22% from 296); Green value is 188 (73.83% from 255 or 63.51% from 296); Blue value is 60 (23.83% from 255 or 20.27% from 296); Max value from RGB is 188 - color contains mainly: green. Hex color #30BC3C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30BC3C is #CF43C3. Grayscale: #838383. Windows color (decimal): -13583300 or 3980336. OLE color: 3980336.
HSL color Cylindrical-coordinate representation of color #30BC3C: hue angle of 125.14º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #30BC3C is Cyan = 0.74, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 48 | 188 | 60 | - |
| CMYK | 0.74 | 0 | 0.68 | 0.26 |
| HSL | 125.14º | 0.59% | 0.46% | - |
| HSV(B) | 125.14º | 0.74% | 0.74% | - |
| XYZ | 20.02 | 36.92 | 10.35 | - |
| YUV | 131.55 | 87.62 | 68.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 188 | 60 | 0.74 | 0 | 0.68 | 0.26 | 125.14 | 0.59 | 0.46 |
| Hex | 30 | BC | 3C | 4A | 0 | 44 | 1A | 7D | 3B | 2E |
| Octal | 60 | 274 | 74 | 112 | 0 | 104 | 32 | 175 | 73 | 56 |
| Binary | 110000 | 10111100 | 111100 | 1001010 | 0 | 1000100 | 11010 | 1111101 | 111011 | 101110 |
Color Harmonies of #30BC3C
Complementary color
Monochromatic Colors of #30BC3C
Black with #30BC3C
Text Example
Text Example
White with #30BC3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30BC3C; }
p { color: rgb(48,188,60); }
H1.HeaderClassName
{
color: #30BC3C;
}
.AnyTagClassName
{
color: #30BC3C;
}
</style>
background-color css
<style>
a { background-color: #30BC3C; }
a { background-color: rgb(48,188,60); }
div.DivClassName
{
background-color: #30BC3C;
}
.BgClassName
{
background-color: #30BC3C;
}
</style>
border-color css
<style>
span { border-color: #30BC3C; }
span { border-color: rgb(48,188,60); }
td.TdClassName
{
border-color: #30BC3C;
}
.TagClassName
{
border-color: #30BC3C;
}
</style>