Shades of Lime Green #30C82F
Tints of Lime Green #30C82F
RGB
CMYK
RGB Variations
Color information
#30C82F (or 0x30C82F) is known color: Lime Green. HEX triplet: 30, C8 and 2F. RGB value is (48,200,47). Sum of RGB (Red+Green+Blue) = 48+200+47=295 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.27% from 295); Green value is 200 (78.52% from 255 or 67.80% from 295); Blue value is 47 (18.75% from 255 or 15.93% from 295); Max value from RGB is 200 - color contains mainly: green. Hex color #30C82F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30C82F is #CF37D0. Grayscale: #898989. Windows color (decimal): -13580241 or 3131440. OLE color: 3131440.
HSL color Cylindrical-coordinate representation of color #30C82F: hue angle of 119.61º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #30C82F is Cyan = 0.76, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 48 | 200 | 47 | - |
| CMYK | 0.76 | 0 | 0.76 | 0.22 |
| HSL | 119.61º | 0.62% | 0.48% | - |
| HSV(B) | 119.61º | 0.77% | 0.78% | - |
| XYZ | 22.39 | 42.14 | 9.64 | - |
| YUV | 137.11 | 77.14 | 64.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 200 | 47 | 0.76 | 0 | 0.76 | 0.22 | 119.61 | 0.62 | 0.48 |
| Hex | 30 | C8 | 2F | 4C | 0 | 4C | 16 | 78 | 3E | 30 |
| Octal | 60 | 310 | 57 | 114 | 0 | 114 | 26 | 170 | 76 | 60 |
| Binary | 110000 | 11001000 | 101111 | 1001100 | 0 | 1001100 | 10110 | 1111000 | 111110 | 110000 |
Color Harmonies of #30C82F
Complementary color
Monochromatic Colors of #30C82F
Black with #30C82F
Text Example
Text Example
White with #30C82F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30C82F; }
p { color: rgb(48,200,47); }
H1.HeaderClassName
{
color: #30C82F;
}
.AnyTagClassName
{
color: #30C82F;
}
</style>
background-color css
<style>
a { background-color: #30C82F; }
a { background-color: rgb(48,200,47); }
div.DivClassName
{
background-color: #30C82F;
}
.BgClassName
{
background-color: #30C82F;
}
</style>
border-color css
<style>
span { border-color: #30C82F; }
span { border-color: rgb(48,200,47); }
td.TdClassName
{
border-color: #30C82F;
}
.TagClassName
{
border-color: #30C82F;
}
</style>