Shades of Lime Green #30CD37
Tints of Lime Green #30CD37
RGB
CMYK
RGB Variations
Color information
#30CD37 (or 0x30CD37) is known color: Lime Green. HEX triplet: 30, CD and 37. RGB value is (48,205,55). Sum of RGB (Red+Green+Blue) = 48+205+55=308 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.58% from 308); Green value is 205 (80.47% from 255 or 66.56% from 308); Blue value is 55 (21.88% from 255 or 17.86% from 308); Max value from RGB is 205 - color contains mainly: green. Hex color #30CD37 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30CD37 is #CF32C8. Grayscale: #8D8D8D. Windows color (decimal): -13578953 or 3657008. OLE color: 3657008.
HSL color Cylindrical-coordinate representation of color #30CD37: hue angle of 122.68º 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 #30CD37 is Cyan = 0.77, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 48 | 205 | 55 | - |
| CMYK | 0.77 | 0 | 0.73 | 0.20 |
| HSL | 122.68º | 0.62% | 0.5% | - |
| HSV(B) | 122.68º | 0.77% | 0.8% | - |
| XYZ | 23.74 | 44.57 | 10.97 | - |
| YUV | 140.96 | 79.49 | 61.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 205 | 55 | 0.77 | 0 | 0.73 | 0.20 | 122.68 | 0.62 | 0.5 |
| Hex | 30 | CD | 37 | 4D | 0 | 49 | 14 | 7B | 3E | 32 |
| Octal | 60 | 315 | 67 | 115 | 0 | 111 | 24 | 173 | 76 | 62 |
| Binary | 110000 | 11001101 | 110111 | 1001101 | 0 | 1001001 | 10100 | 1111011 | 111110 | 110010 |
Color Harmonies of #30CD37
Complementary color
Monochromatic Colors of #30CD37
Black with #30CD37
Text Example
Text Example
White with #30CD37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30CD37; }
p { color: rgb(48,205,55); }
H1.HeaderClassName
{
color: #30CD37;
}
.AnyTagClassName
{
color: #30CD37;
}
</style>
background-color css
<style>
a { background-color: #30CD37; }
a { background-color: rgb(48,205,55); }
div.DivClassName
{
background-color: #30CD37;
}
.BgClassName
{
background-color: #30CD37;
}
</style>
border-color css
<style>
span { border-color: #30CD37; }
span { border-color: rgb(48,205,55); }
td.TdClassName
{
border-color: #30CD37;
}
.TagClassName
{
border-color: #30CD37;
}
</style>