Shades of Lime Green #30AF26
Tints of Lime Green #30AF26
RGB
CMYK
RGB Variations
Color information
#30AF26 (or 0x30AF26) is known color: Lime Green. HEX triplet: 30, AF and 26. RGB value is (48,175,38). Sum of RGB (Red+Green+Blue) = 48+175+38=261 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.39% from 261); Green value is 175 (68.75% from 255 or 67.05% from 261); Blue value is 38 (15.23% from 255 or 14.56% from 261); Max value from RGB is 175 - color contains mainly: green. Hex color #30AF26 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30AF26 is #CF50D9. Grayscale: #797979. Windows color (decimal): -13586650 or 2535216. OLE color: 2535216.
HSL color Cylindrical-coordinate representation of color #30AF26: hue angle of 115.62º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #30AF26 is Cyan = 0.73, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 48 | 175 | 38 | - |
| CMYK | 0.73 | 0 | 0.78 | 0.31 |
| HSL | 115.62º | 0.64% | 0.42% | - |
| HSV(B) | 115.62º | 0.78% | 0.69% | - |
| XYZ | 16.9 | 31.43 | 7.01 | - |
| YUV | 121.41 | 80.92 | 75.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 175 | 38 | 0.73 | 0 | 0.78 | 0.31 | 115.62 | 0.64 | 0.42 |
| Hex | 30 | AF | 26 | 49 | 0 | 4E | 1F | 74 | 40 | 2A |
| Octal | 60 | 257 | 46 | 111 | 0 | 116 | 37 | 164 | 100 | 52 |
| Binary | 110000 | 10101111 | 100110 | 1001001 | 0 | 1001110 | 11111 | 1110100 | 1000000 | 101010 |
Color Harmonies of #30AF26
Complementary color
Monochromatic Colors of #30AF26
Black with #30AF26
Text Example
Text Example
White with #30AF26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30AF26; }
p { color: rgb(48,175,38); }
H1.HeaderClassName
{
color: #30AF26;
}
.AnyTagClassName
{
color: #30AF26;
}
</style>
background-color css
<style>
a { background-color: #30AF26; }
a { background-color: rgb(48,175,38); }
div.DivClassName
{
background-color: #30AF26;
}
.BgClassName
{
background-color: #30AF26;
}
</style>
border-color css
<style>
span { border-color: #30AF26; }
span { border-color: rgb(48,175,38); }
td.TdClassName
{
border-color: #30AF26;
}
.TagClassName
{
border-color: #30AF26;
}
</style>