Shades of Lime Green #30CB19
Tints of Lime Green #30CB19
RGB
CMYK
RGB Variations
Color information
#30CB19 (or 0x30CB19) is known color: Lime Green. HEX triplet: 30, CB and 19. RGB value is (48,203,25). Sum of RGB (Red+Green+Blue) = 48+203+25=276 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.39% from 276); Green value is 203 (79.69% from 255 or 73.55% from 276); Blue value is 25 (10.16% from 255 or 9.06% from 276); Max value from RGB is 203 - color contains mainly: green. Hex color #30CB19 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #30CB19 is #CF34E6. Grayscale: #888888. Windows color (decimal): -13579495 or 1690416. OLE color: 1690416.
HSL color Cylindrical-coordinate representation of color #30CB19: hue angle of 112.25º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #30CB19 is Cyan = 0.76, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 48 | 203 | 25 | - |
| CMYK | 0.76 | 0 | 0.88 | 0.20 |
| HSL | 112.25º | 0.78% | 0.45% | - |
| HSV(B) | 112.25º | 0.88% | 0.8% | - |
| XYZ | 22.75 | 43.41 | 8.1 | - |
| YUV | 136.36 | 65.15 | 64.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 203 | 25 | 0.76 | 0 | 0.88 | 0.20 | 112.25 | 0.78 | 0.45 |
| Hex | 30 | CB | 19 | 4C | 0 | 58 | 14 | 70 | 4E | 2D |
| Octal | 60 | 313 | 31 | 114 | 0 | 130 | 24 | 160 | 116 | 55 |
| Binary | 110000 | 11001011 | 11001 | 1001100 | 0 | 1011000 | 10100 | 1110000 | 1001110 | 101101 |
Color Harmonies of #30CB19
Complementary color
Monochromatic Colors of #30CB19
Black with #30CB19
Text Example
Text Example
White with #30CB19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30CB19; }
p { color: rgb(48,203,25); }
H1.HeaderClassName
{
color: #30CB19;
}
.AnyTagClassName
{
color: #30CB19;
}
</style>
background-color css
<style>
a { background-color: #30CB19; }
a { background-color: rgb(48,203,25); }
div.DivClassName
{
background-color: #30CB19;
}
.BgClassName
{
background-color: #30CB19;
}
</style>
border-color css
<style>
span { border-color: #30CB19; }
span { border-color: rgb(48,203,25); }
td.TdClassName
{
border-color: #30CB19;
}
.TagClassName
{
border-color: #30CB19;
}
</style>