Shades of Lime Green #30AF3C
Tints of Lime Green #30AF3C
RGB
CMYK
RGB Variations
Color information
#30AF3C (or 0x30AF3C) is known color: Lime Green. HEX triplet: 30, AF and 3C. RGB value is (48,175,60). Sum of RGB (Red+Green+Blue) = 48+175+60=283 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.96% from 283); Green value is 175 (68.75% from 255 or 61.84% from 283); Blue value is 60 (23.83% from 255 or 21.20% from 283); Max value from RGB is 175 - color contains mainly: green. Hex color #30AF3C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30AF3C is #CF50C3. Grayscale: #7C7C7C. Windows color (decimal): -13586628 or 3977008. OLE color: 3977008.
HSL color Cylindrical-coordinate representation of color #30AF3C: hue angle of 125.67º 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 #30AF3C is Cyan = 0.73, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 48 | 175 | 60 | - |
| CMYK | 0.73 | 0 | 0.66 | 0.31 |
| HSL | 125.67º | 0.57% | 0.44% | - |
| HSV(B) | 125.67º | 0.73% | 0.69% | - |
| XYZ | 17.36 | 31.61 | 9.46 | - |
| YUV | 123.92 | 91.92 | 73.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 175 | 60 | 0.73 | 0 | 0.66 | 0.31 | 125.67 | 0.57 | 0.44 |
| Hex | 30 | AF | 3C | 49 | 0 | 42 | 1F | 7E | 39 | 2C |
| Octal | 60 | 257 | 74 | 111 | 0 | 102 | 37 | 176 | 71 | 54 |
| Binary | 110000 | 10101111 | 111100 | 1001001 | 0 | 1000010 | 11111 | 1111110 | 111001 | 101100 |
Color Harmonies of #30AF3C
Complementary color
Monochromatic Colors of #30AF3C
Black with #30AF3C
Text Example
Text Example
White with #30AF3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30AF3C; }
p { color: rgb(48,175,60); }
H1.HeaderClassName
{
color: #30AF3C;
}
.AnyTagClassName
{
color: #30AF3C;
}
</style>
background-color css
<style>
a { background-color: #30AF3C; }
a { background-color: rgb(48,175,60); }
div.DivClassName
{
background-color: #30AF3C;
}
.BgClassName
{
background-color: #30AF3C;
}
</style>
border-color css
<style>
span { border-color: #30AF3C; }
span { border-color: rgb(48,175,60); }
td.TdClassName
{
border-color: #30AF3C;
}
.TagClassName
{
border-color: #30AF3C;
}
</style>