Shades of Lime Green #3CCF25
Tints of Lime Green #3CCF25
RGB
CMYK
RGB Variations
Color information
#3CCF25 (or 0x3CCF25) is known color: Lime Green. HEX triplet: 3C, CF and 25. RGB value is (60,207,37). Sum of RGB (Red+Green+Blue) = 60+207+37=304 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.74% from 304); Green value is 207 (81.25% from 255 or 68.09% from 304); Blue value is 37 (14.84% from 255 or 12.17% from 304); Max value from RGB is 207 - color contains mainly: green. Hex color #3CCF25 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CCF25 is #C330DA. Grayscale: #909090. Windows color (decimal): -12792027 or 2477884. OLE color: 2477884.
HSL color Cylindrical-coordinate representation of color #3CCF25: hue angle of 111.88º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3CCF25 is Cyan = 0.71, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 60 | 207 | 37 | - |
| CMYK | 0.71 | 0 | 0.82 | 0.19 |
| HSL | 111.88º | 0.7% | 0.48% | - |
| HSV(B) | 111.88º | 0.82% | 0.81% | - |
| XYZ | 24.51 | 45.72 | 9.28 | - |
| YUV | 143.67 | 67.8 | 68.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 207 | 37 | 0.71 | 0 | 0.82 | 0.19 | 111.88 | 0.7 | 0.48 |
| Hex | 3C | CF | 25 | 47 | 0 | 52 | 13 | 70 | 46 | 30 |
| Octal | 74 | 317 | 45 | 107 | 0 | 122 | 23 | 160 | 106 | 60 |
| Binary | 111100 | 11001111 | 100101 | 1000111 | 0 | 1010010 | 10011 | 1110000 | 1000110 | 110000 |
Color Harmonies of #3CCF25
Complementary color
Monochromatic Colors of #3CCF25
Black with #3CCF25
Text Example
Text Example
White with #3CCF25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CCF25; }
p { color: rgb(60,207,37); }
H1.HeaderClassName
{
color: #3CCF25;
}
.AnyTagClassName
{
color: #3CCF25;
}
</style>
background-color css
<style>
a { background-color: #3CCF25; }
a { background-color: rgb(60,207,37); }
div.DivClassName
{
background-color: #3CCF25;
}
.BgClassName
{
background-color: #3CCF25;
}
</style>
border-color css
<style>
span { border-color: #3CCF25; }
span { border-color: rgb(60,207,37); }
td.TdClassName
{
border-color: #3CCF25;
}
.TagClassName
{
border-color: #3CCF25;
}
</style>