Shades of Lime Green #30CD4E
Tints of Lime Green #30CD4E
RGB
CMYK
RGB Variations
Color information
#30CD4E (or 0x30CD4E) is known color: Lime Green. HEX triplet: 30, CD and 4E. RGB value is (48,205,78). Sum of RGB (Red+Green+Blue) = 48+205+78=331 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.50% from 331); Green value is 205 (80.47% from 255 or 61.93% from 331); Blue value is 78 (30.86% from 255 or 23.56% from 331); Max value from RGB is 205 - color contains mainly: green. Hex color #30CD4E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30CD4E is #CF32B1. Grayscale: #8F8F8F. Windows color (decimal): -13578930 or 5164336. OLE color: 5164336.
HSL color Cylindrical-coordinate representation of color #30CD4E: hue angle of 131.46º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #30CD4E is Cyan = 0.77, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 48 | 205 | 78 | - |
| CMYK | 0.77 | 0 | 0.62 | 0.20 |
| HSL | 131.47º | 0.62% | 0.5% | - |
| HSV(B) | 131.47º | 0.77% | 0.8% | - |
| XYZ | 24.43 | 44.84 | 14.58 | - |
| YUV | 143.58 | 90.99 | 59.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 205 | 78 | 0.77 | 0 | 0.62 | 0.20 | 131.47 | 0.62 | 0.5 |
| Hex | 30 | CD | 4E | 4D | 0 | 3E | 14 | 83 | 3E | 32 |
| Octal | 60 | 315 | 116 | 115 | 0 | 76 | 24 | 203 | 76 | 62 |
| Binary | 110000 | 11001101 | 1001110 | 1001101 | 0 | 111110 | 10100 | 10000011 | 111110 | 110010 |
Color Harmonies of #30CD4E
Complementary color
Monochromatic Colors of #30CD4E
Black with #30CD4E
Text Example
Text Example
White with #30CD4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30CD4E; }
p { color: rgb(48,205,78); }
H1.HeaderClassName
{
color: #30CD4E;
}
.AnyTagClassName
{
color: #30CD4E;
}
</style>
background-color css
<style>
a { background-color: #30CD4E; }
a { background-color: rgb(48,205,78); }
div.DivClassName
{
background-color: #30CD4E;
}
.BgClassName
{
background-color: #30CD4E;
}
</style>
border-color css
<style>
span { border-color: #30CD4E; }
span { border-color: rgb(48,205,78); }
td.TdClassName
{
border-color: #30CD4E;
}
.TagClassName
{
border-color: #30CD4E;
}
</style>