Shades of Lime Green #30CC2B
Tints of Lime Green #30CC2B
RGB
CMYK
RGB Variations
Color information
#30CC2B (or 0x30CC2B) is known color: Lime Green. HEX triplet: 30, CC and 2B. RGB value is (48,204,43). Sum of RGB (Red+Green+Blue) = 48+204+43=295 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.27% from 295); Green value is 204 (80.08% from 255 or 69.15% from 295); Blue value is 43 (17.19% from 255 or 14.58% from 295); Max value from RGB is 204 - color contains mainly: green. Hex color #30CC2B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30CC2B is #CF33D4. Grayscale: #8B8B8B. Windows color (decimal): -13579221 or 2870320. OLE color: 2870320.
HSL color Cylindrical-coordinate representation of color #30CC2B: hue angle of 118.14º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #30CC2B is Cyan = 0.76, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 48 | 204 | 43 | - |
| CMYK | 0.76 | 0 | 0.79 | 0.2 |
| HSL | 118.14º | 0.65% | 0.48% | - |
| HSV(B) | 118.14º | 0.79% | 0.8% | - |
| XYZ | 23.25 | 43.99 | 9.55 | - |
| YUV | 139 | 73.82 | 63.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 204 | 43 | 0.76 | 0 | 0.79 | 0.2 | 118.14 | 0.65 | 0.48 |
| Hex | 30 | CC | 2B | 4C | 0 | 4F | 14 | 76 | 41 | 30 |
| Octal | 60 | 314 | 53 | 114 | 0 | 117 | 24 | 166 | 101 | 60 |
| Binary | 110000 | 11001100 | 101011 | 1001100 | 0 | 1001111 | 10100 | 1110110 | 1000001 | 110000 |
Color Harmonies of #30CC2B
Complementary color
Monochromatic Colors of #30CC2B
Black with #30CC2B
Text Example
Text Example
White with #30CC2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30CC2B; }
p { color: rgb(48,204,43); }
H1.HeaderClassName
{
color: #30CC2B;
}
.AnyTagClassName
{
color: #30CC2B;
}
</style>
background-color css
<style>
a { background-color: #30CC2B; }
a { background-color: rgb(48,204,43); }
div.DivClassName
{
background-color: #30CC2B;
}
.BgClassName
{
background-color: #30CC2B;
}
</style>
border-color css
<style>
span { border-color: #30CC2B; }
span { border-color: rgb(48,204,43); }
td.TdClassName
{
border-color: #30CC2B;
}
.TagClassName
{
border-color: #30CC2B;
}
</style>