Shades of Lime Green #30CE3E
Tints of Lime Green #30CE3E
RGB
CMYK
RGB Variations
Color information
#30CE3E (or 0x30CE3E) is known color: Lime Green. HEX triplet: 30, CE and 3E. RGB value is (48,206,62). Sum of RGB (Red+Green+Blue) = 48+206+62=316 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.19% from 316); Green value is 206 (80.86% from 255 or 65.19% from 316); Blue value is 62 (24.61% from 255 or 19.62% from 316); Max value from RGB is 206 - color contains mainly: green. Hex color #30CE3E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30CE3E is #CF31C1. Grayscale: #8E8E8E. Windows color (decimal): -13578690 or 4116016. OLE color: 4116016.
HSL color Cylindrical-coordinate representation of color #30CE3E: hue angle of 125.32º 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 #30CE3E is Cyan = 0.77, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 48 | 206 | 62 | - |
| CMYK | 0.77 | 0 | 0.70 | 0.19 |
| HSL | 125.32º | 0.62% | 0.5% | - |
| HSV(B) | 125.32º | 0.77% | 0.81% | - |
| XYZ | 24.16 | 45.12 | 11.99 | - |
| YUV | 142.34 | 82.65 | 60.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 206 | 62 | 0.77 | 0 | 0.70 | 0.19 | 125.32 | 0.62 | 0.5 |
| Hex | 30 | CE | 3E | 4D | 0 | 46 | 13 | 7D | 3E | 32 |
| Octal | 60 | 316 | 76 | 115 | 0 | 106 | 23 | 175 | 76 | 62 |
| Binary | 110000 | 11001110 | 111110 | 1001101 | 0 | 1000110 | 10011 | 1111101 | 111110 | 110010 |
Color Harmonies of #30CE3E
Complementary color
Monochromatic Colors of #30CE3E
Black with #30CE3E
Text Example
Text Example
White with #30CE3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30CE3E; }
p { color: rgb(48,206,62); }
H1.HeaderClassName
{
color: #30CE3E;
}
.AnyTagClassName
{
color: #30CE3E;
}
</style>
background-color css
<style>
a { background-color: #30CE3E; }
a { background-color: rgb(48,206,62); }
div.DivClassName
{
background-color: #30CE3E;
}
.BgClassName
{
background-color: #30CE3E;
}
</style>
border-color css
<style>
span { border-color: #30CE3E; }
span { border-color: rgb(48,206,62); }
td.TdClassName
{
border-color: #30CE3E;
}
.TagClassName
{
border-color: #30CE3E;
}
</style>