Shades of Lime Green #30C51D
Tints of Lime Green #30C51D
RGB
CMYK
RGB Variations
Color information
#30C51D (or 0x30C51D) is known color: Lime Green. HEX triplet: 30, C5 and 1D. RGB value is (48,197,29). Sum of RGB (Red+Green+Blue) = 48+197+29=274 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.52% from 274); Green value is 197 (77.34% from 255 or 71.90% from 274); Blue value is 29 (11.72% from 255 or 10.58% from 274); Max value from RGB is 197 - color contains mainly: green. Hex color #30C51D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30C51D is #CF3AE2. Grayscale: #858585. Windows color (decimal): -13581027 or 1951024. OLE color: 1951024.
HSL color Cylindrical-coordinate representation of color #30C51D: hue angle of 113.21º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #30C51D is Cyan = 0.76, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 48 | 197 | 29 | - |
| CMYK | 0.76 | 0 | 0.85 | 0.23 |
| HSL | 113.21º | 0.74% | 0.44% | - |
| HSV(B) | 113.21º | 0.85% | 0.77% | - |
| XYZ | 21.41 | 40.65 | 7.88 | - |
| YUV | 133.3 | 69.14 | 67.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 197 | 29 | 0.76 | 0 | 0.85 | 0.23 | 113.21 | 0.74 | 0.44 |
| Hex | 30 | C5 | 1D | 4C | 0 | 55 | 17 | 71 | 4A | 2C |
| Octal | 60 | 305 | 35 | 114 | 0 | 125 | 27 | 161 | 112 | 54 |
| Binary | 110000 | 11000101 | 11101 | 1001100 | 0 | 1010101 | 10111 | 1110001 | 1001010 | 101100 |
Color Harmonies of #30C51D
Complementary color
Monochromatic Colors of #30C51D
Black with #30C51D
Text Example
Text Example
White with #30C51D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30C51D; }
p { color: rgb(48,197,29); }
H1.HeaderClassName
{
color: #30C51D;
}
.AnyTagClassName
{
color: #30C51D;
}
</style>
background-color css
<style>
a { background-color: #30C51D; }
a { background-color: rgb(48,197,29); }
div.DivClassName
{
background-color: #30C51D;
}
.BgClassName
{
background-color: #30C51D;
}
</style>
border-color css
<style>
span { border-color: #30C51D; }
span { border-color: rgb(48,197,29); }
td.TdClassName
{
border-color: #30C51D;
}
.TagClassName
{
border-color: #30C51D;
}
</style>