Shades of Lime Green #30CE4F
Tints of Lime Green #30CE4F
RGB
CMYK
RGB Variations
Color information
#30CE4F (or 0x30CE4F) is known color: Lime Green. HEX triplet: 30, CE and 4F. RGB value is (48,206,79). Sum of RGB (Red+Green+Blue) = 48+206+79=333 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.41% from 333); Green value is 206 (80.86% from 255 or 61.86% from 333); Blue value is 79 (31.25% from 255 or 23.72% from 333); Max value from RGB is 206 - color contains mainly: green. Hex color #30CE4F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30CE4F is #CF31B0. Grayscale: #909090. Windows color (decimal): -13578673 or 5230128. OLE color: 5230128.
HSL color Cylindrical-coordinate representation of color #30CE4F: hue angle of 131.77º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #30CE4F is Cyan = 0.77, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 48 | 206 | 79 | - |
| CMYK | 0.77 | 0 | 0.62 | 0.19 |
| HSL | 131.77º | 0.62% | 0.5% | - |
| HSV(B) | 131.77º | 0.77% | 0.81% | - |
| XYZ | 24.7 | 45.34 | 14.85 | - |
| YUV | 144.28 | 91.15 | 59.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 206 | 79 | 0.77 | 0 | 0.62 | 0.19 | 131.77 | 0.62 | 0.5 |
| Hex | 30 | CE | 4F | 4D | 0 | 3E | 13 | 84 | 3E | 32 |
| Octal | 60 | 316 | 117 | 115 | 0 | 76 | 23 | 204 | 76 | 62 |
| Binary | 110000 | 11001110 | 1001111 | 1001101 | 0 | 111110 | 10011 | 10000100 | 111110 | 110010 |
Color Harmonies of #30CE4F
Complementary color
Monochromatic Colors of #30CE4F
Black with #30CE4F
Text Example
Text Example
White with #30CE4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30CE4F; }
p { color: rgb(48,206,79); }
H1.HeaderClassName
{
color: #30CE4F;
}
.AnyTagClassName
{
color: #30CE4F;
}
</style>
background-color css
<style>
a { background-color: #30CE4F; }
a { background-color: rgb(48,206,79); }
div.DivClassName
{
background-color: #30CE4F;
}
.BgClassName
{
background-color: #30CE4F;
}
</style>
border-color css
<style>
span { border-color: #30CE4F; }
span { border-color: rgb(48,206,79); }
td.TdClassName
{
border-color: #30CE4F;
}
.TagClassName
{
border-color: #30CE4F;
}
</style>