Shades of Lime Green #2CF941
Tints of Lime Green #2CF941
RGB
CMYK
RGB Variations
Color information
#2CF941 (or 0x2CF941) is known color: Lime Green. HEX triplet: 2C, F9 and 41. RGB value is (44,249,65). Sum of RGB (Red+Green+Blue) = 44+249+65=358 (47% of max value = 765). Red value is 44 (17.58% from 255 or 12.29% from 358); Green value is 249 (97.66% from 255 or 69.55% from 358); Blue value is 65 (25.78% from 255 or 18.16% from 358); Max value from RGB is 249 - color contains mainly: green. Hex color #2CF941 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2CF941 is #D306BE. Grayscale: #A7A7A7. Windows color (decimal): -13829823 or 4323628. OLE color: 4323628.
HSL color Cylindrical-coordinate representation of color #2CF941: hue angle of 126.15º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2CF941 is Cyan = 0.82, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 44 | 249 | 65 | - |
| CMYK | 0.82 | 0 | 0.74 | 0.02 |
| HSL | 126.15º | 0.94% | 0.57% | - |
| HSV(B) | 126.15º | 0.82% | 0.98% | - |
| XYZ | 35.87 | 68.67 | 16.36 | - |
| YUV | 166.73 | 70.58 | 40.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 249 | 65 | 0.82 | 0 | 0.74 | 0.02 | 126.15 | 0.94 | 0.57 |
| Hex | 2C | F9 | 41 | 52 | 0 | 4A | 2 | 7E | 5E | 39 |
| Octal | 54 | 371 | 101 | 122 | 0 | 112 | 2 | 176 | 136 | 71 |
| Binary | 101100 | 11111001 | 1000001 | 1010010 | 0 | 1001010 | 10 | 1111110 | 1011110 | 111001 |
Color Harmonies of #2CF941
Complementary color
Monochromatic Colors of #2CF941
Black with #2CF941
Text Example
Text Example
White with #2CF941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CF941; }
p { color: rgb(44,249,65); }
H1.HeaderClassName
{
color: #2CF941;
}
.AnyTagClassName
{
color: #2CF941;
}
</style>
background-color css
<style>
a { background-color: #2CF941; }
a { background-color: rgb(44,249,65); }
div.DivClassName
{
background-color: #2CF941;
}
.BgClassName
{
background-color: #2CF941;
}
</style>
border-color css
<style>
span { border-color: #2CF941; }
span { border-color: rgb(44,249,65); }
td.TdClassName
{
border-color: #2CF941;
}
.TagClassName
{
border-color: #2CF941;
}
</style>