Shades of Lime Green #3CF24B
Tints of Lime Green #3CF24B
RGB
CMYK
RGB Variations
Color information
#3CF24B (or 0x3CF24B) is known color: Lime Green. HEX triplet: 3C, F2 and 4B. RGB value is (60,242,75). Sum of RGB (Red+Green+Blue) = 60+242+75=377 (49% of max value = 765). Red value is 60 (23.83% from 255 or 15.92% from 377); Green value is 242 (94.92% from 255 or 64.19% from 377); Blue value is 75 (29.69% from 255 or 19.89% from 377); Max value from RGB is 242 - color contains mainly: green. Hex color #3CF24B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3CF24B is #C30DB4. Grayscale: #A9A9A9. Windows color (decimal): -12783029 or 4977212. OLE color: 4977212.
HSL color Cylindrical-coordinate representation of color #3CF24B: hue angle of 124.95º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3CF24B is Cyan = 0.75, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 60 | 242 | 75 | - |
| CMYK | 0.75 | 0 | 0.69 | 0.05 |
| HSL | 124.95º | 0.88% | 0.59% | - |
| HSV(B) | 124.95º | 0.75% | 0.95% | - |
| XYZ | 34.89 | 64.97 | 17.36 | - |
| YUV | 168.54 | 75.2 | 50.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 242 | 75 | 0.75 | 0 | 0.69 | 0.05 | 124.95 | 0.88 | 0.59 |
| Hex | 3C | F2 | 4B | 4B | 0 | 45 | 5 | 7D | 58 | 3B |
| Octal | 74 | 362 | 113 | 113 | 0 | 105 | 5 | 175 | 130 | 73 |
| Binary | 111100 | 11110010 | 1001011 | 1001011 | 0 | 1000101 | 101 | 1111101 | 1011000 | 111011 |
Color Harmonies of #3CF24B
Complementary color
Monochromatic Colors of #3CF24B
Black with #3CF24B
Text Example
Text Example
White with #3CF24B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CF24B; }
p { color: rgb(60,242,75); }
H1.HeaderClassName
{
color: #3CF24B;
}
.AnyTagClassName
{
color: #3CF24B;
}
</style>
background-color css
<style>
a { background-color: #3CF24B; }
a { background-color: rgb(60,242,75); }
div.DivClassName
{
background-color: #3CF24B;
}
.BgClassName
{
background-color: #3CF24B;
}
</style>
border-color css
<style>
span { border-color: #3CF24B; }
span { border-color: rgb(60,242,75); }
td.TdClassName
{
border-color: #3CF24B;
}
.TagClassName
{
border-color: #3CF24B;
}
</style>