Shades of Lime Green #30CD3F
Tints of Lime Green #30CD3F
RGB
CMYK
RGB Variations
Color information
#30CD3F (or 0x30CD3F) is known color: Lime Green. HEX triplet: 30, CD and 3F. RGB value is (48,205,63). Sum of RGB (Red+Green+Blue) = 48+205+63=316 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.19% from 316); Green value is 205 (80.47% from 255 or 64.87% from 316); Blue value is 63 (25% from 255 or 19.94% from 316); Max value from RGB is 205 - color contains mainly: green. Hex color #30CD3F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30CD3F is #CF32C0. Grayscale: #8E8E8E. Windows color (decimal): -13578945 or 4181296. OLE color: 4181296.
HSL color Cylindrical-coordinate representation of color #30CD3F: hue angle of 125.73º 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 #30CD3F is Cyan = 0.77, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 48 | 205 | 63 | - |
| CMYK | 0.77 | 0 | 0.69 | 0.20 |
| HSL | 125.73º | 0.62% | 0.5% | - |
| HSV(B) | 125.73º | 0.77% | 0.8% | - |
| XYZ | 23.95 | 44.65 | 12.06 | - |
| YUV | 141.87 | 83.49 | 61.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 205 | 63 | 0.77 | 0 | 0.69 | 0.20 | 125.73 | 0.62 | 0.5 |
| Hex | 30 | CD | 3F | 4D | 0 | 45 | 14 | 7E | 3E | 32 |
| Octal | 60 | 315 | 77 | 115 | 0 | 105 | 24 | 176 | 76 | 62 |
| Binary | 110000 | 11001101 | 111111 | 1001101 | 0 | 1000101 | 10100 | 1111110 | 111110 | 110010 |
Color Harmonies of #30CD3F
Complementary color
Monochromatic Colors of #30CD3F
Black with #30CD3F
Text Example
Text Example
White with #30CD3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30CD3F; }
p { color: rgb(48,205,63); }
H1.HeaderClassName
{
color: #30CD3F;
}
.AnyTagClassName
{
color: #30CD3F;
}
</style>
background-color css
<style>
a { background-color: #30CD3F; }
a { background-color: rgb(48,205,63); }
div.DivClassName
{
background-color: #30CD3F;
}
.BgClassName
{
background-color: #30CD3F;
}
</style>
border-color css
<style>
span { border-color: #30CD3F; }
span { border-color: rgb(48,205,63); }
td.TdClassName
{
border-color: #30CD3F;
}
.TagClassName
{
border-color: #30CD3F;
}
</style>