Shades of Lime Green #30C038
Tints of Lime Green #30C038
RGB
CMYK
RGB Variations
Color information
#30C038 (or 0x30C038) is known color: Lime Green. HEX triplet: 30, C0 and 38. RGB value is (48,192,56). Sum of RGB (Red+Green+Blue) = 48+192+56=296 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.22% from 296); Green value is 192 (75.39% from 255 or 64.86% from 296); Blue value is 56 (22.27% from 255 or 18.92% from 296); Max value from RGB is 192 - color contains mainly: green. Hex color #30C038 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30C038 is #CF3FC7. Grayscale: #858585. Windows color (decimal): -13582280 or 3719216. OLE color: 3719216.
HSL color Cylindrical-coordinate representation of color #30C038: hue angle of 123.33º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #30C038 is Cyan = 0.75, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 48 | 192 | 56 | - |
| CMYK | 0.75 | 0 | 0.71 | 0.25 |
| HSL | 123.33º | 0.6% | 0.47% | - |
| HSV(B) | 123.33º | 0.75% | 0.75% | - |
| XYZ | 20.78 | 38.61 | 10.1 | - |
| YUV | 133.44 | 84.29 | 67.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 192 | 56 | 0.75 | 0 | 0.71 | 0.25 | 123.33 | 0.6 | 0.47 |
| Hex | 30 | C0 | 38 | 4B | 0 | 47 | 19 | 7B | 3C | 2F |
| Octal | 60 | 300 | 70 | 113 | 0 | 107 | 31 | 173 | 74 | 57 |
| Binary | 110000 | 11000000 | 111000 | 1001011 | 0 | 1000111 | 11001 | 1111011 | 111100 | 101111 |
Color Harmonies of #30C038
Complementary color
Monochromatic Colors of #30C038
Black with #30C038
Text Example
Text Example
White with #30C038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30C038; }
p { color: rgb(48,192,56); }
H1.HeaderClassName
{
color: #30C038;
}
.AnyTagClassName
{
color: #30C038;
}
</style>
background-color css
<style>
a { background-color: #30C038; }
a { background-color: rgb(48,192,56); }
div.DivClassName
{
background-color: #30C038;
}
.BgClassName
{
background-color: #30C038;
}
</style>
border-color css
<style>
span { border-color: #30C038; }
span { border-color: rgb(48,192,56); }
td.TdClassName
{
border-color: #30C038;
}
.TagClassName
{
border-color: #30C038;
}
</style>