Shades of Lime Green #3CB22D
Tints of Lime Green #3CB22D
RGB
CMYK
RGB Variations
Color information
#3CB22D (or 0x3CB22D) is known color: Lime Green. HEX triplet: 3C, B2 and 2D. RGB value is (60,178,45). Sum of RGB (Red+Green+Blue) = 60+178+45=283 (37% of max value = 765). Red value is 60 (23.83% from 255 or 21.20% from 283); Green value is 178 (69.92% from 255 or 62.90% from 283); Blue value is 45 (17.97% from 255 or 15.90% from 283); Max value from RGB is 178 - color contains mainly: green. Hex color #3CB22D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3CB22D is #C34DD2. Grayscale: #7F7F7F. Windows color (decimal): -12799443 or 2994748. OLE color: 2994748.
HSL color Cylindrical-coordinate representation of color #3CB22D: hue angle of 113.23º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3CB22D is Cyan = 0.66, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 60 | 178 | 45 | - |
| CMYK | 0.66 | 0 | 0.75 | 0.30 |
| HSL | 113.23º | 0.6% | 0.44% | - |
| HSV(B) | 113.23º | 0.75% | 0.7% | - |
| XYZ | 18.26 | 32.99 | 7.89 | - |
| YUV | 127.56 | 81.41 | 79.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 178 | 45 | 0.66 | 0 | 0.75 | 0.30 | 113.23 | 0.6 | 0.44 |
| Hex | 3C | B2 | 2D | 42 | 0 | 4B | 1E | 71 | 3C | 2C |
| Octal | 74 | 262 | 55 | 102 | 0 | 113 | 36 | 161 | 74 | 54 |
| Binary | 111100 | 10110010 | 101101 | 1000010 | 0 | 1001011 | 11110 | 1110001 | 111100 | 101100 |
Color Harmonies of #3CB22D
Complementary color
Monochromatic Colors of #3CB22D
Black with #3CB22D
Text Example
Text Example
White with #3CB22D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CB22D; }
p { color: rgb(60,178,45); }
H1.HeaderClassName
{
color: #3CB22D;
}
.AnyTagClassName
{
color: #3CB22D;
}
</style>
background-color css
<style>
a { background-color: #3CB22D; }
a { background-color: rgb(60,178,45); }
div.DivClassName
{
background-color: #3CB22D;
}
.BgClassName
{
background-color: #3CB22D;
}
</style>
border-color css
<style>
span { border-color: #3CB22D; }
span { border-color: rgb(60,178,45); }
td.TdClassName
{
border-color: #3CB22D;
}
.TagClassName
{
border-color: #3CB22D;
}
</style>