Shades of Lime Green #30AF34
Tints of Lime Green #30AF34
RGB
CMYK
RGB Variations
Color information
#30AF34 (or 0x30AF34) is known color: Lime Green. HEX triplet: 30, AF and 34. RGB value is (48,175,52). Sum of RGB (Red+Green+Blue) = 48+175+52=275 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.45% from 275); Green value is 175 (68.75% from 255 or 63.64% from 275); Blue value is 52 (20.70% from 255 or 18.91% from 275); Max value from RGB is 175 - color contains mainly: green. Hex color #30AF34 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30AF34 is #CF50CB. Grayscale: #7B7B7B. Windows color (decimal): -13586636 or 3452720. OLE color: 3452720.
HSL color Cylindrical-coordinate representation of color #30AF34: hue angle of 121.89º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #30AF34 is Cyan = 0.73, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 48 | 175 | 52 | - |
| CMYK | 0.73 | 0 | 0.70 | 0.31 |
| HSL | 121.89º | 0.57% | 0.44% | - |
| HSV(B) | 121.89º | 0.73% | 0.69% | - |
| XYZ | 17.17 | 31.54 | 8.43 | - |
| YUV | 123.01 | 87.92 | 74.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 175 | 52 | 0.73 | 0 | 0.70 | 0.31 | 121.89 | 0.57 | 0.44 |
| Hex | 30 | AF | 34 | 49 | 0 | 46 | 1F | 7A | 39 | 2C |
| Octal | 60 | 257 | 64 | 111 | 0 | 106 | 37 | 172 | 71 | 54 |
| Binary | 110000 | 10101111 | 110100 | 1001001 | 0 | 1000110 | 11111 | 1111010 | 111001 | 101100 |
Color Harmonies of #30AF34
Complementary color
Monochromatic Colors of #30AF34
Black with #30AF34
Text Example
Text Example
White with #30AF34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30AF34; }
p { color: rgb(48,175,52); }
H1.HeaderClassName
{
color: #30AF34;
}
.AnyTagClassName
{
color: #30AF34;
}
</style>
background-color css
<style>
a { background-color: #30AF34; }
a { background-color: rgb(48,175,52); }
div.DivClassName
{
background-color: #30AF34;
}
.BgClassName
{
background-color: #30AF34;
}
</style>
border-color css
<style>
span { border-color: #30AF34; }
span { border-color: rgb(48,175,52); }
td.TdClassName
{
border-color: #30AF34;
}
.TagClassName
{
border-color: #30AF34;
}
</style>