Shades of Lime Green #30C51C
Tints of Lime Green #30C51C
RGB
CMYK
RGB Variations
Color information
#30C51C (or 0x30C51C) is known color: Lime Green. HEX triplet: 30, C5 and 1C. RGB value is (48,197,28). Sum of RGB (Red+Green+Blue) = 48+197+28=273 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.58% from 273); Green value is 197 (77.34% from 255 or 72.16% from 273); Blue value is 28 (11.33% from 255 or 10.26% from 273); Max value from RGB is 197 - color contains mainly: green. Hex color #30C51C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30C51C is #CF3AE3. Grayscale: #858585. Windows color (decimal): -13581028 or 1885488. OLE color: 1885488.
HSL color Cylindrical-coordinate representation of color #30C51C: hue angle of 112.9º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #30C51C is Cyan = 0.76, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 48 | 197 | 28 | - |
| CMYK | 0.76 | 0 | 0.86 | 0.23 |
| HSL | 112.9º | 0.75% | 0.44% | - |
| HSV(B) | 112.9º | 0.86% | 0.77% | - |
| XYZ | 21.39 | 40.64 | 7.82 | - |
| YUV | 133.18 | 68.64 | 67.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 197 | 28 | 0.76 | 0 | 0.86 | 0.23 | 112.9 | 0.75 | 0.44 |
| Hex | 30 | C5 | 1C | 4C | 0 | 56 | 17 | 71 | 4B | 2C |
| Octal | 60 | 305 | 34 | 114 | 0 | 126 | 27 | 161 | 113 | 54 |
| Binary | 110000 | 11000101 | 11100 | 1001100 | 0 | 1010110 | 10111 | 1110001 | 1001011 | 101100 |
Color Harmonies of #30C51C
Complementary color
Monochromatic Colors of #30C51C
Black with #30C51C
Text Example
Text Example
White with #30C51C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30C51C; }
p { color: rgb(48,197,28); }
H1.HeaderClassName
{
color: #30C51C;
}
.AnyTagClassName
{
color: #30C51C;
}
</style>
background-color css
<style>
a { background-color: #30C51C; }
a { background-color: rgb(48,197,28); }
div.DivClassName
{
background-color: #30C51C;
}
.BgClassName
{
background-color: #30C51C;
}
</style>
border-color css
<style>
span { border-color: #30C51C; }
span { border-color: rgb(48,197,28); }
td.TdClassName
{
border-color: #30C51C;
}
.TagClassName
{
border-color: #30C51C;
}
</style>