Shades of Lime Green #30D041
Tints of Lime Green #30D041
RGB
CMYK
RGB Variations
Color information
#30D041 (or 0x30D041) is known color: Lime Green. HEX triplet: 30, D0 and 41. RGB value is (48,208,65). Sum of RGB (Red+Green+Blue) = 48+208+65=321 (42% of max value = 765). Red value is 48 (19.14% from 255 or 14.95% from 321); Green value is 208 (81.64% from 255 or 64.80% from 321); Blue value is 65 (25.78% from 255 or 20.25% from 321); Max value from RGB is 208 - color contains mainly: green. Hex color #30D041 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30D041 is #CF2FBE. Grayscale: #909090. Windows color (decimal): -13578175 or 4313136. OLE color: 4313136.
HSL color Cylindrical-coordinate representation of color #30D041: hue angle of 126.38º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #30D041 is Cyan = 0.77, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 48 | 208 | 65 | - |
| CMYK | 0.77 | 0 | 0.69 | 0.18 |
| HSL | 126.38º | 0.63% | 0.5% | - |
| HSV(B) | 126.38º | 0.77% | 0.82% | - |
| XYZ | 24.73 | 46.12 | 12.6 | - |
| YUV | 143.86 | 83.49 | 59.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 208 | 65 | 0.77 | 0 | 0.69 | 0.18 | 126.38 | 0.63 | 0.5 |
| Hex | 30 | D0 | 41 | 4D | 0 | 45 | 12 | 7E | 3F | 32 |
| Octal | 60 | 320 | 101 | 115 | 0 | 105 | 22 | 176 | 77 | 62 |
| Binary | 110000 | 11010000 | 1000001 | 1001101 | 0 | 1000101 | 10010 | 1111110 | 111111 | 110010 |
Color Harmonies of #30D041
Complementary color
Monochromatic Colors of #30D041
Black with #30D041
Text Example
Text Example
White with #30D041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30D041; }
p { color: rgb(48,208,65); }
H1.HeaderClassName
{
color: #30D041;
}
.AnyTagClassName
{
color: #30D041;
}
</style>
background-color css
<style>
a { background-color: #30D041; }
a { background-color: rgb(48,208,65); }
div.DivClassName
{
background-color: #30D041;
}
.BgClassName
{
background-color: #30D041;
}
</style>
border-color css
<style>
span { border-color: #30D041; }
span { border-color: rgb(48,208,65); }
td.TdClassName
{
border-color: #30D041;
}
.TagClassName
{
border-color: #30D041;
}
</style>