Shades of Lime Green #3CCA23
Tints of Lime Green #3CCA23
RGB
CMYK
RGB Variations
Color information
#3CCA23 (or 0x3CCA23) is known color: Lime Green. HEX triplet: 3C, CA and 23. RGB value is (60,202,35). Sum of RGB (Red+Green+Blue) = 60+202+35=297 (39% of max value = 765). Red value is 60 (23.83% from 255 or 20.20% from 297); Green value is 202 (79.30% from 255 or 68.01% from 297); Blue value is 35 (14.06% from 255 or 11.78% from 297); Max value from RGB is 202 - color contains mainly: green. Hex color #3CCA23 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CCA23 is #C335DC. Grayscale: #8D8D8D. Windows color (decimal): -12793309 or 2345532. OLE color: 2345532.
HSL color Cylindrical-coordinate representation of color #3CCA23: hue angle of 111.02º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3CCA23 is Cyan = 0.70, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 60 | 202 | 35 | - |
| CMYK | 0.70 | 0 | 0.83 | 0.21 |
| HSL | 111.02º | 0.7% | 0.46% | - |
| HSV(B) | 111.02º | 0.83% | 0.79% | - |
| XYZ | 23.29 | 43.32 | 8.72 | - |
| YUV | 140.5 | 68.46 | 70.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 202 | 35 | 0.70 | 0 | 0.83 | 0.21 | 111.02 | 0.7 | 0.46 |
| Hex | 3C | CA | 23 | 46 | 0 | 53 | 15 | 6F | 46 | 2E |
| Octal | 74 | 312 | 43 | 106 | 0 | 123 | 25 | 157 | 106 | 56 |
| Binary | 111100 | 11001010 | 100011 | 1000110 | 0 | 1010011 | 10101 | 1101111 | 1000110 | 101110 |
Color Harmonies of #3CCA23
Complementary color
Monochromatic Colors of #3CCA23
Black with #3CCA23
Text Example
Text Example
White with #3CCA23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CCA23; }
p { color: rgb(60,202,35); }
H1.HeaderClassName
{
color: #3CCA23;
}
.AnyTagClassName
{
color: #3CCA23;
}
</style>
background-color css
<style>
a { background-color: #3CCA23; }
a { background-color: rgb(60,202,35); }
div.DivClassName
{
background-color: #3CCA23;
}
.BgClassName
{
background-color: #3CCA23;
}
</style>
border-color css
<style>
span { border-color: #3CCA23; }
span { border-color: rgb(60,202,35); }
td.TdClassName
{
border-color: #3CCA23;
}
.TagClassName
{
border-color: #3CCA23;
}
</style>