Shades of Lime Green #3CF12D
Tints of Lime Green #3CF12D
RGB
CMYK
RGB Variations
Color information
#3CF12D (or 0x3CF12D) is known color: Lime Green. HEX triplet: 3C, F1 and 2D. RGB value is (60,241,45). Sum of RGB (Red+Green+Blue) = 60+241+45=346 (45% of max value = 765). Red value is 60 (23.83% from 255 or 17.34% from 346); Green value is 241 (94.53% from 255 or 69.65% from 346); Blue value is 45 (17.97% from 255 or 13.01% from 346); Max value from RGB is 241 - color contains mainly: green. Hex color #3CF12D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3CF12D is #C30ED2. Grayscale: #A5A5A5. Windows color (decimal): -12783315 or 3010876. OLE color: 3010876.
HSL color Cylindrical-coordinate representation of color #3CF12D: hue angle of 115.41º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3CF12D is Cyan = 0.75, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 60 | 241 | 45 | - |
| CMYK | 0.75 | 0 | 0.81 | 0.05 |
| HSL | 115.41º | 0.88% | 0.56% | - |
| HSV(B) | 115.41º | 0.81% | 0.95% | - |
| XYZ | 33.79 | 64.06 | 13.07 | - |
| YUV | 164.54 | 60.53 | 53.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 241 | 45 | 0.75 | 0 | 0.81 | 0.05 | 115.41 | 0.88 | 0.56 |
| Hex | 3C | F1 | 2D | 4B | 0 | 51 | 5 | 73 | 58 | 38 |
| Octal | 74 | 361 | 55 | 113 | 0 | 121 | 5 | 163 | 130 | 70 |
| Binary | 111100 | 11110001 | 101101 | 1001011 | 0 | 1010001 | 101 | 1110011 | 1011000 | 111000 |
Color Harmonies of #3CF12D
Complementary color
Monochromatic Colors of #3CF12D
Black with #3CF12D
Text Example
Text Example
White with #3CF12D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CF12D; }
p { color: rgb(60,241,45); }
H1.HeaderClassName
{
color: #3CF12D;
}
.AnyTagClassName
{
color: #3CF12D;
}
</style>
background-color css
<style>
a { background-color: #3CF12D; }
a { background-color: rgb(60,241,45); }
div.DivClassName
{
background-color: #3CF12D;
}
.BgClassName
{
background-color: #3CF12D;
}
</style>
border-color css
<style>
span { border-color: #3CF12D; }
span { border-color: rgb(60,241,45); }
td.TdClassName
{
border-color: #3CF12D;
}
.TagClassName
{
border-color: #3CF12D;
}
</style>