Shades of Lime Green #30CE4B
Tints of Lime Green #30CE4B
RGB
CMYK
RGB Variations
Color information
#30CE4B (or 0x30CE4B) is known color: Lime Green. HEX triplet: 30, CE and 4B. RGB value is (48,206,75). Sum of RGB (Red+Green+Blue) = 48+206+75=329 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.59% from 329); Green value is 206 (80.86% from 255 or 62.61% from 329); Blue value is 75 (29.69% from 255 or 22.80% from 329); Max value from RGB is 206 - color contains mainly: green. Hex color #30CE4B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30CE4B is #CF31B4. Grayscale: #909090. Windows color (decimal): -13578677 or 4967984. OLE color: 4967984.
HSL color Cylindrical-coordinate representation of color #30CE4B: hue angle of 130.25º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #30CE4B is Cyan = 0.77, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 48 | 206 | 75 | - |
| CMYK | 0.77 | 0 | 0.64 | 0.19 |
| HSL | 130.25º | 0.62% | 0.5% | - |
| HSV(B) | 130.25º | 0.77% | 0.81% | - |
| XYZ | 24.56 | 45.28 | 14.1 | - |
| YUV | 143.82 | 89.15 | 59.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 206 | 75 | 0.77 | 0 | 0.64 | 0.19 | 130.25 | 0.62 | 0.5 |
| Hex | 30 | CE | 4B | 4D | 0 | 40 | 13 | 82 | 3E | 32 |
| Octal | 60 | 316 | 113 | 115 | 0 | 100 | 23 | 202 | 76 | 62 |
| Binary | 110000 | 11001110 | 1001011 | 1001101 | 0 | 1000000 | 10011 | 10000010 | 111110 | 110010 |
Color Harmonies of #30CE4B
Complementary color
Monochromatic Colors of #30CE4B
Black with #30CE4B
Text Example
Text Example
White with #30CE4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30CE4B; }
p { color: rgb(48,206,75); }
H1.HeaderClassName
{
color: #30CE4B;
}
.AnyTagClassName
{
color: #30CE4B;
}
</style>
background-color css
<style>
a { background-color: #30CE4B; }
a { background-color: rgb(48,206,75); }
div.DivClassName
{
background-color: #30CE4B;
}
.BgClassName
{
background-color: #30CE4B;
}
</style>
border-color css
<style>
span { border-color: #30CE4B; }
span { border-color: rgb(48,206,75); }
td.TdClassName
{
border-color: #30CE4B;
}
.TagClassName
{
border-color: #30CE4B;
}
</style>