Shades of Lime Green #30D742
Tints of Lime Green #30D742
RGB
CMYK
RGB Variations
Color information
#30D742 (or 0x30D742) is known color: Lime Green. HEX triplet: 30, D7 and 42. RGB value is (48,215,66). Sum of RGB (Red+Green+Blue) = 48+215+66=329 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.59% from 329); Green value is 215 (84.38% from 255 or 65.35% from 329); Blue value is 66 (26.17% from 255 or 20.06% from 329); Max value from RGB is 215 - color contains mainly: green. Hex color #30D742 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30D742 is #CF28BD. Grayscale: #949494. Windows color (decimal): -13576382 or 4380464. OLE color: 4380464.
HSL color Cylindrical-coordinate representation of color #30D742: hue angle of 126.47º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #30D742 is Cyan = 0.78, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 48 | 215 | 66 | - |
| CMYK | 0.78 | 0 | 0.69 | 0.16 |
| HSL | 126.47º | 0.68% | 0.52% | - |
| HSV(B) | 126.47º | 0.78% | 0.84% | - |
| XYZ | 26.5 | 49.62 | 13.34 | - |
| YUV | 148.08 | 81.67 | 56.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 215 | 66 | 0.78 | 0 | 0.69 | 0.16 | 126.47 | 0.68 | 0.52 |
| Hex | 30 | D7 | 42 | 4E | 0 | 45 | 10 | 7E | 44 | 34 |
| Octal | 60 | 327 | 102 | 116 | 0 | 105 | 20 | 176 | 104 | 64 |
| Binary | 110000 | 11010111 | 1000010 | 1001110 | 0 | 1000101 | 10000 | 1111110 | 1000100 | 110100 |
Color Harmonies of #30D742
Complementary color
Monochromatic Colors of #30D742
Black with #30D742
Text Example
Text Example
White with #30D742
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30D742; }
p { color: rgb(48,215,66); }
H1.HeaderClassName
{
color: #30D742;
}
.AnyTagClassName
{
color: #30D742;
}
</style>
background-color css
<style>
a { background-color: #30D742; }
a { background-color: rgb(48,215,66); }
div.DivClassName
{
background-color: #30D742;
}
.BgClassName
{
background-color: #30D742;
}
</style>
border-color css
<style>
span { border-color: #30D742; }
span { border-color: rgb(48,215,66); }
td.TdClassName
{
border-color: #30D742;
}
.TagClassName
{
border-color: #30D742;
}
</style>