Shades of Lime Green #30CD34
Tints of Lime Green #30CD34
RGB
CMYK
RGB Variations
Color information
#30CD34 (or 0x30CD34) is known color: Lime Green. HEX triplet: 30, CD and 34. RGB value is (48,205,52). Sum of RGB (Red+Green+Blue) = 48+205+52=305 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.74% from 305); Green value is 205 (80.47% from 255 or 67.21% from 305); Blue value is 52 (20.70% from 255 or 17.05% from 305); Max value from RGB is 205 - color contains mainly: green. Hex color #30CD34 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30CD34 is #CF32CB. Grayscale: #8D8D8D. Windows color (decimal): -13578956 or 3460400. OLE color: 3460400.
HSL color Cylindrical-coordinate representation of color #30CD34: hue angle of 121.53º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #30CD34 is Cyan = 0.77, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 48 | 205 | 52 | - |
| CMYK | 0.77 | 0 | 0.75 | 0.20 |
| HSL | 121.53º | 0.62% | 0.5% | - |
| HSV(B) | 121.53º | 0.77% | 0.8% | - |
| XYZ | 23.67 | 44.54 | 10.6 | - |
| YUV | 140.62 | 77.99 | 61.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 205 | 52 | 0.77 | 0 | 0.75 | 0.20 | 121.53 | 0.62 | 0.5 |
| Hex | 30 | CD | 34 | 4D | 0 | 4B | 14 | 7A | 3E | 32 |
| Octal | 60 | 315 | 64 | 115 | 0 | 113 | 24 | 172 | 76 | 62 |
| Binary | 110000 | 11001101 | 110100 | 1001101 | 0 | 1001011 | 10100 | 1111010 | 111110 | 110010 |
Color Harmonies of #30CD34
Complementary color
Monochromatic Colors of #30CD34
Black with #30CD34
Text Example
Text Example
White with #30CD34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30CD34; }
p { color: rgb(48,205,52); }
H1.HeaderClassName
{
color: #30CD34;
}
.AnyTagClassName
{
color: #30CD34;
}
</style>
background-color css
<style>
a { background-color: #30CD34; }
a { background-color: rgb(48,205,52); }
div.DivClassName
{
background-color: #30CD34;
}
.BgClassName
{
background-color: #30CD34;
}
</style>
border-color css
<style>
span { border-color: #30CD34; }
span { border-color: rgb(48,205,52); }
td.TdClassName
{
border-color: #30CD34;
}
.TagClassName
{
border-color: #30CD34;
}
</style>