Shades of Lime Green #30CF47
Tints of Lime Green #30CF47
RGB
CMYK
RGB Variations
Color information
#30CF47 (or 0x30CF47) is known color: Lime Green. HEX triplet: 30, CF and 47. RGB value is (48,207,71). Sum of RGB (Red+Green+Blue) = 48+207+71=326 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.72% from 326); Green value is 207 (81.25% from 255 or 63.50% from 326); Blue value is 71 (28.12% from 255 or 21.78% from 326); Max value from RGB is 207 - color contains mainly: green. Hex color #30CF47 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30CF47 is #CF30B8. Grayscale: #909090. Windows color (decimal): -13578425 or 4706096. OLE color: 4706096.
HSL color Cylindrical-coordinate representation of color #30CF47: hue angle of 128.68º 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 #30CF47 is Cyan = 0.77, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 48 | 207 | 71 | - |
| CMYK | 0.77 | 0 | 0.66 | 0.19 |
| HSL | 128.68º | 0.62% | 0.5% | - |
| HSV(B) | 128.68º | 0.77% | 0.81% | - |
| XYZ | 24.67 | 45.71 | 13.48 | - |
| YUV | 143.96 | 86.82 | 59.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 207 | 71 | 0.77 | 0 | 0.66 | 0.19 | 128.68 | 0.62 | 0.5 |
| Hex | 30 | CF | 47 | 4D | 0 | 42 | 13 | 81 | 3E | 32 |
| Octal | 60 | 317 | 107 | 115 | 0 | 102 | 23 | 201 | 76 | 62 |
| Binary | 110000 | 11001111 | 1000111 | 1001101 | 0 | 1000010 | 10011 | 10000001 | 111110 | 110010 |
Color Harmonies of #30CF47
Complementary color
Monochromatic Colors of #30CF47
Black with #30CF47
Text Example
Text Example
White with #30CF47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30CF47; }
p { color: rgb(48,207,71); }
H1.HeaderClassName
{
color: #30CF47;
}
.AnyTagClassName
{
color: #30CF47;
}
</style>
background-color css
<style>
a { background-color: #30CF47; }
a { background-color: rgb(48,207,71); }
div.DivClassName
{
background-color: #30CF47;
}
.BgClassName
{
background-color: #30CF47;
}
</style>
border-color css
<style>
span { border-color: #30CF47; }
span { border-color: rgb(48,207,71); }
td.TdClassName
{
border-color: #30CF47;
}
.TagClassName
{
border-color: #30CF47;
}
</style>