Shades of Lime Green #30C71B
Tints of Lime Green #30C71B
RGB
CMYK
RGB Variations
Color information
#30C71B (or 0x30C71B) is known color: Lime Green. HEX triplet: 30, C7 and 1B. RGB value is (48,199,27). Sum of RGB (Red+Green+Blue) = 48+199+27=274 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.52% from 274); Green value is 199 (78.12% from 255 or 72.63% from 274); Blue value is 27 (10.94% from 255 or 9.85% from 274); Max value from RGB is 199 - color contains mainly: green. Hex color #30C71B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30C71B is #CF38E4. Grayscale: #868686. Windows color (decimal): -13580517 or 1820464. OLE color: 1820464.
HSL color Cylindrical-coordinate representation of color #30C71B: hue angle of 112.67º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #30C71B is Cyan = 0.76, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 48 | 199 | 27 | - |
| CMYK | 0.76 | 0 | 0.86 | 0.22 |
| HSL | 112.67º | 0.76% | 0.44% | - |
| HSV(B) | 112.67º | 0.86% | 0.78% | - |
| XYZ | 21.84 | 41.55 | 7.91 | - |
| YUV | 134.24 | 67.47 | 66.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 199 | 27 | 0.76 | 0 | 0.86 | 0.22 | 112.67 | 0.76 | 0.44 |
| Hex | 30 | C7 | 1B | 4C | 0 | 56 | 16 | 71 | 4C | 2C |
| Octal | 60 | 307 | 33 | 114 | 0 | 126 | 26 | 161 | 114 | 54 |
| Binary | 110000 | 11000111 | 11011 | 1001100 | 0 | 1010110 | 10110 | 1110001 | 1001100 | 101100 |
Color Harmonies of #30C71B
Complementary color
Monochromatic Colors of #30C71B
Black with #30C71B
Text Example
Text Example
White with #30C71B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30C71B; }
p { color: rgb(48,199,27); }
H1.HeaderClassName
{
color: #30C71B;
}
.AnyTagClassName
{
color: #30C71B;
}
</style>
background-color css
<style>
a { background-color: #30C71B; }
a { background-color: rgb(48,199,27); }
div.DivClassName
{
background-color: #30C71B;
}
.BgClassName
{
background-color: #30C71B;
}
</style>
border-color css
<style>
span { border-color: #30C71B; }
span { border-color: rgb(48,199,27); }
td.TdClassName
{
border-color: #30C71B;
}
.TagClassName
{
border-color: #30C71B;
}
</style>