Shades of Lime Green #30AF37
Tints of Lime Green #30AF37
RGB
CMYK
RGB Variations
Color information
#30AF37 (or 0x30AF37) is known color: Lime Green. HEX triplet: 30, AF and 37. RGB value is (48,175,55). Sum of RGB (Red+Green+Blue) = 48+175+55=278 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.27% from 278); Green value is 175 (68.75% from 255 or 62.95% from 278); Blue value is 55 (21.88% from 255 or 19.78% from 278); Max value from RGB is 175 - color contains mainly: green. Hex color #30AF37 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30AF37 is #CF50C8. Grayscale: #7B7B7B. Windows color (decimal): -13586633 or 3649328. OLE color: 3649328.
HSL color Cylindrical-coordinate representation of color #30AF37: hue angle of 123.31º 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 #30AF37 is Cyan = 0.73, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 48 | 175 | 55 | - |
| CMYK | 0.73 | 0 | 0.69 | 0.31 |
| HSL | 123.31º | 0.57% | 0.44% | - |
| HSV(B) | 123.31º | 0.73% | 0.69% | - |
| XYZ | 17.24 | 31.56 | 8.8 | - |
| YUV | 123.35 | 89.42 | 74.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 175 | 55 | 0.73 | 0 | 0.69 | 0.31 | 123.31 | 0.57 | 0.44 |
| Hex | 30 | AF | 37 | 49 | 0 | 45 | 1F | 7B | 39 | 2C |
| Octal | 60 | 257 | 67 | 111 | 0 | 105 | 37 | 173 | 71 | 54 |
| Binary | 110000 | 10101111 | 110111 | 1001001 | 0 | 1000101 | 11111 | 1111011 | 111001 | 101100 |
Color Harmonies of #30AF37
Complementary color
Monochromatic Colors of #30AF37
Black with #30AF37
Text Example
Text Example
White with #30AF37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30AF37; }
p { color: rgb(48,175,55); }
H1.HeaderClassName
{
color: #30AF37;
}
.AnyTagClassName
{
color: #30AF37;
}
</style>
background-color css
<style>
a { background-color: #30AF37; }
a { background-color: rgb(48,175,55); }
div.DivClassName
{
background-color: #30AF37;
}
.BgClassName
{
background-color: #30AF37;
}
</style>
border-color css
<style>
span { border-color: #30AF37; }
span { border-color: rgb(48,175,55); }
td.TdClassName
{
border-color: #30AF37;
}
.TagClassName
{
border-color: #30AF37;
}
</style>