Shades of Lime Green #30CF3E
Tints of Lime Green #30CF3E
RGB
CMYK
RGB Variations
Color information
#30CF3E (or 0x30CF3E) is known color: Lime Green. HEX triplet: 30, CF and 3E. RGB value is (48,207,62). Sum of RGB (Red+Green+Blue) = 48+207+62=317 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.14% from 317); Green value is 207 (81.25% from 255 or 65.30% from 317); Blue value is 62 (24.61% from 255 or 19.56% from 317); Max value from RGB is 207 - color contains mainly: green. Hex color #30CF3E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30CF3E is #CF30C1. Grayscale: #8F8F8F. Windows color (decimal): -13578434 or 4116272. OLE color: 4116272.
HSL color Cylindrical-coordinate representation of color #30CF3E: hue angle of 125.28º 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 #30CF3E is Cyan = 0.77, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 48 | 207 | 62 | - |
| CMYK | 0.77 | 0 | 0.70 | 0.19 |
| HSL | 125.28º | 0.62% | 0.5% | - |
| HSV(B) | 125.28º | 0.77% | 0.81% | - |
| XYZ | 24.4 | 45.6 | 12.07 | - |
| YUV | 142.93 | 82.32 | 60.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 207 | 62 | 0.77 | 0 | 0.70 | 0.19 | 125.28 | 0.62 | 0.5 |
| Hex | 30 | CF | 3E | 4D | 0 | 46 | 13 | 7D | 3E | 32 |
| Octal | 60 | 317 | 76 | 115 | 0 | 106 | 23 | 175 | 76 | 62 |
| Binary | 110000 | 11001111 | 111110 | 1001101 | 0 | 1000110 | 10011 | 1111101 | 111110 | 110010 |
Color Harmonies of #30CF3E
Complementary color
Monochromatic Colors of #30CF3E
Black with #30CF3E
Text Example
Text Example
White with #30CF3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30CF3E; }
p { color: rgb(48,207,62); }
H1.HeaderClassName
{
color: #30CF3E;
}
.AnyTagClassName
{
color: #30CF3E;
}
</style>
background-color css
<style>
a { background-color: #30CF3E; }
a { background-color: rgb(48,207,62); }
div.DivClassName
{
background-color: #30CF3E;
}
.BgClassName
{
background-color: #30CF3E;
}
</style>
border-color css
<style>
span { border-color: #30CF3E; }
span { border-color: rgb(48,207,62); }
td.TdClassName
{
border-color: #30CF3E;
}
.TagClassName
{
border-color: #30CF3E;
}
</style>