Shades of Lime Green #3CF127
Tints of Lime Green #3CF127
RGB
CMYK
RGB Variations
Color information
#3CF127 (or 0x3CF127) is known color: Lime Green. HEX triplet: 3C, F1 and 27. RGB value is (60,241,39). Sum of RGB (Red+Green+Blue) = 60+241+39=340 (45% of max value = 765). Red value is 60 (23.83% from 255 or 17.65% from 340); Green value is 241 (94.53% from 255 or 70.88% from 340); Blue value is 39 (15.62% from 255 or 11.47% from 340); Max value from RGB is 241 - color contains mainly: green. Hex color #3CF127 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3CF127 is #C30ED8. Grayscale: #A4A4A4. Windows color (decimal): -12783321 or 2617660. OLE color: 2617660.
HSL color Cylindrical-coordinate representation of color #3CF127: hue angle of 113.76º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3CF127 is Cyan = 0.75, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 60 | 241 | 39 | - |
| CMYK | 0.75 | 0 | 0.84 | 0.05 |
| HSL | 113.76º | 0.88% | 0.55% | - |
| HSV(B) | 113.76º | 0.84% | 0.95% | - |
| XYZ | 33.68 | 64.02 | 12.5 | - |
| YUV | 163.85 | 57.53 | 53.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 241 | 39 | 0.75 | 0 | 0.84 | 0.05 | 113.76 | 0.88 | 0.55 |
| Hex | 3C | F1 | 27 | 4B | 0 | 54 | 5 | 72 | 58 | 37 |
| Octal | 74 | 361 | 47 | 113 | 0 | 124 | 5 | 162 | 130 | 67 |
| Binary | 111100 | 11110001 | 100111 | 1001011 | 0 | 1010100 | 101 | 1110010 | 1011000 | 110111 |
Color Harmonies of #3CF127
Complementary color
Monochromatic Colors of #3CF127
Black with #3CF127
Text Example
Text Example
White with #3CF127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CF127; }
p { color: rgb(60,241,39); }
H1.HeaderClassName
{
color: #3CF127;
}
.AnyTagClassName
{
color: #3CF127;
}
</style>
background-color css
<style>
a { background-color: #3CF127; }
a { background-color: rgb(60,241,39); }
div.DivClassName
{
background-color: #3CF127;
}
.BgClassName
{
background-color: #3CF127;
}
</style>
border-color css
<style>
span { border-color: #3CF127; }
span { border-color: rgb(60,241,39); }
td.TdClassName
{
border-color: #3CF127;
}
.TagClassName
{
border-color: #3CF127;
}
</style>