Shades of Lime Green #3CF528
Tints of Lime Green #3CF528
RGB
CMYK
RGB Variations
Color information
#3CF528 (or 0x3CF528) is known color: Lime Green. HEX triplet: 3C, F5 and 28. RGB value is (60,245,40). Sum of RGB (Red+Green+Blue) = 60+245+40=345 (45% of max value = 765). Red value is 60 (23.83% from 255 or 17.39% from 345); Green value is 245 (96.09% from 255 or 71.01% from 345); Blue value is 40 (16.02% from 255 or 11.59% from 345); Max value from RGB is 245 - color contains mainly: green. Hex color #3CF528 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3CF528 is #C30AD7. Grayscale: #A6A6A6. Windows color (decimal): -12782296 or 2684220. OLE color: 2684220.
HSL color Cylindrical-coordinate representation of color #3CF528: hue angle of 114.15º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3CF528 is Cyan = 0.76, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 60 | 245 | 40 | - |
| CMYK | 0.76 | 0 | 0.84 | 0.04 |
| HSL | 114.15º | 0.91% | 0.56% | - |
| HSV(B) | 114.15º | 0.84% | 0.96% | - |
| XYZ | 34.9 | 66.42 | 12.99 | - |
| YUV | 166.32 | 56.71 | 52.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 245 | 40 | 0.76 | 0 | 0.84 | 0.04 | 114.15 | 0.91 | 0.56 |
| Hex | 3C | F5 | 28 | 4C | 0 | 54 | 4 | 72 | 5B | 38 |
| Octal | 74 | 365 | 50 | 114 | 0 | 124 | 4 | 162 | 133 | 70 |
| Binary | 111100 | 11110101 | 101000 | 1001100 | 0 | 1010100 | 100 | 1110010 | 1011011 | 111000 |
Color Harmonies of #3CF528
Complementary color
Monochromatic Colors of #3CF528
Black with #3CF528
Text Example
Text Example
White with #3CF528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CF528; }
p { color: rgb(60,245,40); }
H1.HeaderClassName
{
color: #3CF528;
}
.AnyTagClassName
{
color: #3CF528;
}
</style>
background-color css
<style>
a { background-color: #3CF528; }
a { background-color: rgb(60,245,40); }
div.DivClassName
{
background-color: #3CF528;
}
.BgClassName
{
background-color: #3CF528;
}
</style>
border-color css
<style>
span { border-color: #3CF528; }
span { border-color: rgb(60,245,40); }
td.TdClassName
{
border-color: #3CF528;
}
.TagClassName
{
border-color: #3CF528;
}
</style>