Shades of Lime Green #3CD31C
Tints of Lime Green #3CD31C
RGB
CMYK
RGB Variations
Color information
#3CD31C (or 0x3CD31C) is known color: Lime Green. HEX triplet: 3C, D3 and 1C. RGB value is (60,211,28). Sum of RGB (Red+Green+Blue) = 60+211+28=299 (39% of max value = 765). Red value is 60 (23.83% from 255 or 20.07% from 299); Green value is 211 (82.81% from 255 or 70.57% from 299); Blue value is 28 (11.33% from 255 or 9.36% from 299); Max value from RGB is 211 - color contains mainly: green. Hex color #3CD31C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CD31C is #C32CE3. Grayscale: #919191. Windows color (decimal): -12791012 or 1889084. OLE color: 1889084.
HSL color Cylindrical-coordinate representation of color #3CD31C: hue angle of 109.51º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3CD31C is Cyan = 0.72, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 60 | 211 | 28 | - |
| CMYK | 0.72 | 0 | 0.87 | 0.17 |
| HSL | 109.51º | 0.77% | 0.47% | - |
| HSV(B) | 109.51º | 0.87% | 0.83% | - |
| XYZ | 25.37 | 47.63 | 8.96 | - |
| YUV | 144.99 | 61.97 | 67.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 211 | 28 | 0.72 | 0 | 0.87 | 0.17 | 109.51 | 0.77 | 0.47 |
| Hex | 3C | D3 | 1C | 48 | 0 | 57 | 11 | 6E | 4D | 2F |
| Octal | 74 | 323 | 34 | 110 | 0 | 127 | 21 | 156 | 115 | 57 |
| Binary | 111100 | 11010011 | 11100 | 1001000 | 0 | 1010111 | 10001 | 1101110 | 1001101 | 101111 |
Color Harmonies of #3CD31C
Complementary color
Monochromatic Colors of #3CD31C
Black with #3CD31C
Text Example
Text Example
White with #3CD31C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CD31C; }
p { color: rgb(60,211,28); }
H1.HeaderClassName
{
color: #3CD31C;
}
.AnyTagClassName
{
color: #3CD31C;
}
</style>
background-color css
<style>
a { background-color: #3CD31C; }
a { background-color: rgb(60,211,28); }
div.DivClassName
{
background-color: #3CD31C;
}
.BgClassName
{
background-color: #3CD31C;
}
</style>
border-color css
<style>
span { border-color: #3CD31C; }
span { border-color: rgb(60,211,28); }
td.TdClassName
{
border-color: #3CD31C;
}
.TagClassName
{
border-color: #3CD31C;
}
</style>