Shades of Lime Green #30C619
Tints of Lime Green #30C619
RGB
CMYK
RGB Variations
Color information
#30C619 (or 0x30C619) is known color: Lime Green. HEX triplet: 30, C6 and 19. RGB value is (48,198,25). Sum of RGB (Red+Green+Blue) = 48+198+25=271 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.71% from 271); Green value is 198 (77.73% from 255 or 73.06% from 271); Blue value is 25 (10.16% from 255 or 9.23% from 271); Max value from RGB is 198 - color contains mainly: green. Hex color #30C619 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #30C619 is #CF39E6. Grayscale: #858585. Windows color (decimal): -13580775 or 1689136. OLE color: 1689136.
HSL color Cylindrical-coordinate representation of color #30C619: hue angle of 112.02º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #30C619 is Cyan = 0.76, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 48 | 198 | 25 | - |
| CMYK | 0.76 | 0 | 0.87 | 0.22 |
| HSL | 112.02º | 0.78% | 0.44% | - |
| HSV(B) | 112.02º | 0.87% | 0.78% | - |
| XYZ | 21.59 | 41.09 | 7.71 | - |
| YUV | 133.43 | 66.81 | 67.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 198 | 25 | 0.76 | 0 | 0.87 | 0.22 | 112.02 | 0.78 | 0.44 |
| Hex | 30 | C6 | 19 | 4C | 0 | 57 | 16 | 70 | 4E | 2C |
| Octal | 60 | 306 | 31 | 114 | 0 | 127 | 26 | 160 | 116 | 54 |
| Binary | 110000 | 11000110 | 11001 | 1001100 | 0 | 1010111 | 10110 | 1110000 | 1001110 | 101100 |
Color Harmonies of #30C619
Complementary color
Monochromatic Colors of #30C619
Black with #30C619
Text Example
Text Example
White with #30C619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30C619; }
p { color: rgb(48,198,25); }
H1.HeaderClassName
{
color: #30C619;
}
.AnyTagClassName
{
color: #30C619;
}
</style>
background-color css
<style>
a { background-color: #30C619; }
a { background-color: rgb(48,198,25); }
div.DivClassName
{
background-color: #30C619;
}
.BgClassName
{
background-color: #30C619;
}
</style>
border-color css
<style>
span { border-color: #30C619; }
span { border-color: rgb(48,198,25); }
td.TdClassName
{
border-color: #30C619;
}
.TagClassName
{
border-color: #30C619;
}
</style>