Shades of Lime Green #30CD4A
Tints of Lime Green #30CD4A
RGB
CMYK
RGB Variations
Color information
#30CD4A (or 0x30CD4A) is known color: Lime Green. HEX triplet: 30, CD and 4A. RGB value is (48,205,74). Sum of RGB (Red+Green+Blue) = 48+205+74=327 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.68% from 327); Green value is 205 (80.47% from 255 or 62.69% from 327); Blue value is 74 (29.30% from 255 or 22.63% from 327); Max value from RGB is 205 - color contains mainly: green. Hex color #30CD4A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30CD4A is #CF32B5. Grayscale: #8F8F8F. Windows color (decimal): -13578934 or 4902192. OLE color: 4902192.
HSL color Cylindrical-coordinate representation of color #30CD4A: hue angle of 129.94º 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 #30CD4A is Cyan = 0.77, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 48 | 205 | 74 | - |
| CMYK | 0.77 | 0 | 0.64 | 0.20 |
| HSL | 129.94º | 0.62% | 0.5% | - |
| HSV(B) | 129.94º | 0.77% | 0.8% | - |
| XYZ | 24.29 | 44.79 | 13.84 | - |
| YUV | 143.12 | 88.99 | 60.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 205 | 74 | 0.77 | 0 | 0.64 | 0.20 | 129.94 | 0.62 | 0.5 |
| Hex | 30 | CD | 4A | 4D | 0 | 40 | 14 | 82 | 3E | 32 |
| Octal | 60 | 315 | 112 | 115 | 0 | 100 | 24 | 202 | 76 | 62 |
| Binary | 110000 | 11001101 | 1001010 | 1001101 | 0 | 1000000 | 10100 | 10000010 | 111110 | 110010 |
Color Harmonies of #30CD4A
Complementary color
Monochromatic Colors of #30CD4A
Black with #30CD4A
Text Example
Text Example
White with #30CD4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30CD4A; }
p { color: rgb(48,205,74); }
H1.HeaderClassName
{
color: #30CD4A;
}
.AnyTagClassName
{
color: #30CD4A;
}
</style>
background-color css
<style>
a { background-color: #30CD4A; }
a { background-color: rgb(48,205,74); }
div.DivClassName
{
background-color: #30CD4A;
}
.BgClassName
{
background-color: #30CD4A;
}
</style>
border-color css
<style>
span { border-color: #30CD4A; }
span { border-color: rgb(48,205,74); }
td.TdClassName
{
border-color: #30CD4A;
}
.TagClassName
{
border-color: #30CD4A;
}
</style>