Shades of Lime Green #30B83C
Tints of Lime Green #30B83C
RGB
CMYK
RGB Variations
Color information
#30B83C (or 0x30B83C) is known color: Lime Green. HEX triplet: 30, B8 and 3C. RGB value is (48,184,60). Sum of RGB (Red+Green+Blue) = 48+184+60=292 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.44% from 292); Green value is 184 (72.27% from 255 or 63.01% from 292); Blue value is 60 (23.83% from 255 or 20.55% from 292); Max value from RGB is 184 - color contains mainly: green. Hex color #30B83C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30B83C is #CF47C3. Grayscale: #818181. Windows color (decimal): -13584324 or 3979312. OLE color: 3979312.
HSL color Cylindrical-coordinate representation of color #30B83C: hue angle of 125.29º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #30B83C is Cyan = 0.74, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 48 | 184 | 60 | - |
| CMYK | 0.74 | 0 | 0.67 | 0.28 |
| HSL | 125.29º | 0.59% | 0.45% | - |
| HSV(B) | 125.29º | 0.74% | 0.72% | - |
| XYZ | 19.18 | 35.24 | 10.07 | - |
| YUV | 129.2 | 88.94 | 70.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 184 | 60 | 0.74 | 0 | 0.67 | 0.28 | 125.29 | 0.59 | 0.45 |
| Hex | 30 | B8 | 3C | 4A | 0 | 43 | 1C | 7D | 3B | 2D |
| Octal | 60 | 270 | 74 | 112 | 0 | 103 | 34 | 175 | 73 | 55 |
| Binary | 110000 | 10111000 | 111100 | 1001010 | 0 | 1000011 | 11100 | 1111101 | 111011 | 101101 |
Color Harmonies of #30B83C
Complementary color
Monochromatic Colors of #30B83C
Black with #30B83C
Text Example
Text Example
White with #30B83C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30B83C; }
p { color: rgb(48,184,60); }
H1.HeaderClassName
{
color: #30B83C;
}
.AnyTagClassName
{
color: #30B83C;
}
</style>
background-color css
<style>
a { background-color: #30B83C; }
a { background-color: rgb(48,184,60); }
div.DivClassName
{
background-color: #30B83C;
}
.BgClassName
{
background-color: #30B83C;
}
</style>
border-color css
<style>
span { border-color: #30B83C; }
span { border-color: rgb(48,184,60); }
td.TdClassName
{
border-color: #30B83C;
}
.TagClassName
{
border-color: #30B83C;
}
</style>