Shades of Lime Green #30CA43
Tints of Lime Green #30CA43
RGB
CMYK
RGB Variations
Color information
#30CA43 (or 0x30CA43) is known color: Lime Green. HEX triplet: 30, CA and 43. RGB value is (48,202,67). Sum of RGB (Red+Green+Blue) = 48+202+67=317 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.14% from 317); Green value is 202 (79.30% from 255 or 63.72% from 317); Blue value is 67 (26.56% from 255 or 21.14% from 317); Max value from RGB is 202 - color contains mainly: green. Hex color #30CA43 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30CA43 is #CF35BC. Grayscale: #8C8C8C. Windows color (decimal): -13579709 or 4442672. OLE color: 4442672.
HSL color Cylindrical-coordinate representation of color #30CA43: hue angle of 127.4º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #30CA43 is Cyan = 0.76, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 48 | 202 | 67 | - |
| CMYK | 0.76 | 0 | 0.67 | 0.21 |
| HSL | 127.4º | 0.62% | 0.49% | - |
| HSV(B) | 127.4º | 0.76% | 0.79% | - |
| XYZ | 23.35 | 43.27 | 12.43 | - |
| YUV | 140.56 | 86.48 | 61.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 202 | 67 | 0.76 | 0 | 0.67 | 0.21 | 127.4 | 0.62 | 0.49 |
| Hex | 30 | CA | 43 | 4C | 0 | 43 | 15 | 7F | 3E | 31 |
| Octal | 60 | 312 | 103 | 114 | 0 | 103 | 25 | 177 | 76 | 61 |
| Binary | 110000 | 11001010 | 1000011 | 1001100 | 0 | 1000011 | 10101 | 1111111 | 111110 | 110001 |
Color Harmonies of #30CA43
Complementary color
Monochromatic Colors of #30CA43
Black with #30CA43
Text Example
Text Example
White with #30CA43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30CA43; }
p { color: rgb(48,202,67); }
H1.HeaderClassName
{
color: #30CA43;
}
.AnyTagClassName
{
color: #30CA43;
}
</style>
background-color css
<style>
a { background-color: #30CA43; }
a { background-color: rgb(48,202,67); }
div.DivClassName
{
background-color: #30CA43;
}
.BgClassName
{
background-color: #30CA43;
}
</style>
border-color css
<style>
span { border-color: #30CA43; }
span { border-color: rgb(48,202,67); }
td.TdClassName
{
border-color: #30CA43;
}
.TagClassName
{
border-color: #30CA43;
}
</style>