Shades of Lime Green #3CAF31
Tints of Lime Green #3CAF31
RGB
CMYK
RGB Variations
Color information
#3CAF31 (or 0x3CAF31) is known color: Lime Green. HEX triplet: 3C, AF and 31. RGB value is (60,175,49). Sum of RGB (Red+Green+Blue) = 60+175+49=284 (37% of max value = 765). Red value is 60 (23.83% from 255 or 21.13% from 284); Green value is 175 (68.75% from 255 or 61.62% from 284); Blue value is 49 (19.53% from 255 or 17.25% from 284); Max value from RGB is 175 - color contains mainly: green. Hex color #3CAF31 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3CAF31 is #C350CE. Grayscale: #7E7E7E. Windows color (decimal): -12800207 or 3256124. OLE color: 3256124.
HSL color Cylindrical-coordinate representation of color #3CAF31: hue angle of 114.76º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3CAF31 is Cyan = 0.66, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 60 | 175 | 49 | - |
| CMYK | 0.66 | 0 | 0.72 | 0.31 |
| HSL | 114.76º | 0.56% | 0.44% | - |
| HSV(B) | 114.76º | 0.72% | 0.69% | - |
| XYZ | 17.75 | 31.84 | 8.12 | - |
| YUV | 126.25 | 84.4 | 80.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 175 | 49 | 0.66 | 0 | 0.72 | 0.31 | 114.76 | 0.56 | 0.44 |
| Hex | 3C | AF | 31 | 42 | 0 | 48 | 1F | 73 | 38 | 2C |
| Octal | 74 | 257 | 61 | 102 | 0 | 110 | 37 | 163 | 70 | 54 |
| Binary | 111100 | 10101111 | 110001 | 1000010 | 0 | 1001000 | 11111 | 1110011 | 111000 | 101100 |
Color Harmonies of #3CAF31
Complementary color
Monochromatic Colors of #3CAF31
Black with #3CAF31
Text Example
Text Example
White with #3CAF31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CAF31; }
p { color: rgb(60,175,49); }
H1.HeaderClassName
{
color: #3CAF31;
}
.AnyTagClassName
{
color: #3CAF31;
}
</style>
background-color css
<style>
a { background-color: #3CAF31; }
a { background-color: rgb(60,175,49); }
div.DivClassName
{
background-color: #3CAF31;
}
.BgClassName
{
background-color: #3CAF31;
}
</style>
border-color css
<style>
span { border-color: #3CAF31; }
span { border-color: rgb(60,175,49); }
td.TdClassName
{
border-color: #3CAF31;
}
.TagClassName
{
border-color: #3CAF31;
}
</style>