Shades of Lime Green #30C82B
Tints of Lime Green #30C82B
RGB
CMYK
RGB Variations
Color information
#30C82B (or 0x30C82B) is known color: Lime Green. HEX triplet: 30, C8 and 2B. RGB value is (48,200,43). Sum of RGB (Red+Green+Blue) = 48+200+43=291 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.49% from 291); Green value is 200 (78.52% from 255 or 68.73% from 291); Blue value is 43 (17.19% from 255 or 14.78% from 291); Max value from RGB is 200 - color contains mainly: green. Hex color #30C82B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30C82B is #CF37D4. Grayscale: #898989. Windows color (decimal): -13580245 or 2869296. OLE color: 2869296.
HSL color Cylindrical-coordinate representation of color #30C82B: hue angle of 118.09º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #30C82B is Cyan = 0.76, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 48 | 200 | 43 | - |
| CMYK | 0.76 | 0 | 0.78 | 0.22 |
| HSL | 118.09º | 0.65% | 0.48% | - |
| HSV(B) | 118.09º | 0.79% | 0.78% | - |
| XYZ | 22.31 | 42.11 | 9.24 | - |
| YUV | 136.65 | 75.14 | 64.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 200 | 43 | 0.76 | 0 | 0.78 | 0.22 | 118.09 | 0.65 | 0.48 |
| Hex | 30 | C8 | 2B | 4C | 0 | 4E | 16 | 76 | 41 | 30 |
| Octal | 60 | 310 | 53 | 114 | 0 | 116 | 26 | 166 | 101 | 60 |
| Binary | 110000 | 11001000 | 101011 | 1001100 | 0 | 1001110 | 10110 | 1110110 | 1000001 | 110000 |
Color Harmonies of #30C82B
Complementary color
Monochromatic Colors of #30C82B
Black with #30C82B
Text Example
Text Example
White with #30C82B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30C82B; }
p { color: rgb(48,200,43); }
H1.HeaderClassName
{
color: #30C82B;
}
.AnyTagClassName
{
color: #30C82B;
}
</style>
background-color css
<style>
a { background-color: #30C82B; }
a { background-color: rgb(48,200,43); }
div.DivClassName
{
background-color: #30C82B;
}
.BgClassName
{
background-color: #30C82B;
}
</style>
border-color css
<style>
span { border-color: #30C82B; }
span { border-color: rgb(48,200,43); }
td.TdClassName
{
border-color: #30C82B;
}
.TagClassName
{
border-color: #30C82B;
}
</style>