Shades of Lime Green #30B83D
Tints of Lime Green #30B83D
RGB
CMYK
RGB Variations
Color information
#30B83D (or 0x30B83D) is known color: Lime Green. HEX triplet: 30, B8 and 3D. RGB value is (48,184,61). Sum of RGB (Red+Green+Blue) = 48+184+61=293 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.38% from 293); Green value is 184 (72.27% from 255 or 62.80% from 293); Blue value is 61 (24.22% from 255 or 20.82% from 293); Max value from RGB is 184 - color contains mainly: green. Hex color #30B83D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30B83D is #CF47C2. Grayscale: #818181. Windows color (decimal): -13584323 or 4044848. OLE color: 4044848.
HSL color Cylindrical-coordinate representation of color #30B83D: hue angle of 125.74º 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 #30B83D is Cyan = 0.74, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 48 | 184 | 61 | - |
| CMYK | 0.74 | 0 | 0.67 | 0.28 |
| HSL | 125.74º | 0.59% | 0.45% | - |
| HSV(B) | 125.74º | 0.74% | 0.72% | - |
| XYZ | 19.2 | 35.25 | 10.21 | - |
| YUV | 129.31 | 89.44 | 70 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 184 | 61 | 0.74 | 0 | 0.67 | 0.28 | 125.74 | 0.59 | 0.45 |
| Hex | 30 | B8 | 3D | 4A | 0 | 43 | 1C | 7E | 3B | 2D |
| Octal | 60 | 270 | 75 | 112 | 0 | 103 | 34 | 176 | 73 | 55 |
| Binary | 110000 | 10111000 | 111101 | 1001010 | 0 | 1000011 | 11100 | 1111110 | 111011 | 101101 |
Color Harmonies of #30B83D
Complementary color
Monochromatic Colors of #30B83D
Black with #30B83D
Text Example
Text Example
White with #30B83D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30B83D; }
p { color: rgb(48,184,61); }
H1.HeaderClassName
{
color: #30B83D;
}
.AnyTagClassName
{
color: #30B83D;
}
</style>
background-color css
<style>
a { background-color: #30B83D; }
a { background-color: rgb(48,184,61); }
div.DivClassName
{
background-color: #30B83D;
}
.BgClassName
{
background-color: #30B83D;
}
</style>
border-color css
<style>
span { border-color: #30B83D; }
span { border-color: rgb(48,184,61); }
td.TdClassName
{
border-color: #30B83D;
}
.TagClassName
{
border-color: #30B83D;
}
</style>