Shades of Lime Green #30CB4F
Tints of Lime Green #30CB4F
RGB
CMYK
RGB Variations
Color information
#30CB4F (or 0x30CB4F) is known color: Lime Green. HEX triplet: 30, CB and 4F. RGB value is (48,203,79). Sum of RGB (Red+Green+Blue) = 48+203+79=330 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.55% from 330); Green value is 203 (79.69% from 255 or 61.52% from 330); Blue value is 79 (31.25% from 255 or 23.94% from 330); Max value from RGB is 203 - color contains mainly: green. Hex color #30CB4F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30CB4F is #CF34B0. Grayscale: #8E8E8E. Windows color (decimal): -13579441 or 5229360. OLE color: 5229360.
HSL color Cylindrical-coordinate representation of color #30CB4F: hue angle of 132º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #30CB4F is Cyan = 0.76, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 48 | 203 | 79 | - |
| CMYK | 0.76 | 0 | 0.61 | 0.20 |
| HSL | 132º | 0.62% | 0.49% | - |
| HSV(B) | 132º | 0.76% | 0.8% | - |
| XYZ | 23.99 | 43.9 | 14.61 | - |
| YUV | 142.52 | 92.15 | 60.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 203 | 79 | 0.76 | 0 | 0.61 | 0.20 | 132 | 0.62 | 0.49 |
| Hex | 30 | CB | 4F | 4C | 0 | 3D | 14 | 84 | 3E | 31 |
| Octal | 60 | 313 | 117 | 114 | 0 | 75 | 24 | 204 | 76 | 61 |
| Binary | 110000 | 11001011 | 1001111 | 1001100 | 0 | 111101 | 10100 | 10000100 | 111110 | 110001 |
Color Harmonies of #30CB4F
Complementary color
Monochromatic Colors of #30CB4F
Black with #30CB4F
Text Example
Text Example
White with #30CB4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30CB4F; }
p { color: rgb(48,203,79); }
H1.HeaderClassName
{
color: #30CB4F;
}
.AnyTagClassName
{
color: #30CB4F;
}
</style>
background-color css
<style>
a { background-color: #30CB4F; }
a { background-color: rgb(48,203,79); }
div.DivClassName
{
background-color: #30CB4F;
}
.BgClassName
{
background-color: #30CB4F;
}
</style>
border-color css
<style>
span { border-color: #30CB4F; }
span { border-color: rgb(48,203,79); }
td.TdClassName
{
border-color: #30CB4F;
}
.TagClassName
{
border-color: #30CB4F;
}
</style>