Shades of Lime Green #26CC41
Tints of Lime Green #26CC41
RGB
CMYK
RGB Variations
Color information
#26CC41 (or 0x26CC41) is known color: Lime Green. HEX triplet: 26, CC and 41. RGB value is (38,204,65). Sum of RGB (Red+Green+Blue) = 38+204+65=307 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.38% from 307); Green value is 204 (80.08% from 255 or 66.45% from 307); Blue value is 65 (25.78% from 255 or 21.17% from 307); Max value from RGB is 204 - color contains mainly: green. Hex color #26CC41 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26CC41 is #D933BE. Grayscale: #8A8A8A. Windows color (decimal): -14234559 or 4312102. OLE color: 4312102.
HSL color Cylindrical-coordinate representation of color #26CC41: hue angle of 129.76º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #26CC41 is Cyan = 0.81, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 38 | 204 | 65 | - |
| CMYK | 0.81 | 0 | 0.68 | 0.2 |
| HSL | 129.76º | 0.69% | 0.47% | - |
| HSV(B) | 129.76º | 0.81% | 0.8% | - |
| XYZ | 23.35 | 43.98 | 12.26 | - |
| YUV | 138.52 | 86.5 | 56.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 204 | 65 | 0.81 | 0 | 0.68 | 0.2 | 129.76 | 0.69 | 0.47 |
| Hex | 26 | CC | 41 | 51 | 0 | 44 | 14 | 82 | 45 | 2F |
| Octal | 46 | 314 | 101 | 121 | 0 | 104 | 24 | 202 | 105 | 57 |
| Binary | 100110 | 11001100 | 1000001 | 1010001 | 0 | 1000100 | 10100 | 10000010 | 1000101 | 101111 |
Color Harmonies of #26CC41
Complementary color
Monochromatic Colors of #26CC41
Black with #26CC41
Text Example
Text Example
White with #26CC41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26CC41; }
p { color: rgb(38,204,65); }
H1.HeaderClassName
{
color: #26CC41;
}
.AnyTagClassName
{
color: #26CC41;
}
</style>
background-color css
<style>
a { background-color: #26CC41; }
a { background-color: rgb(38,204,65); }
div.DivClassName
{
background-color: #26CC41;
}
.BgClassName
{
background-color: #26CC41;
}
</style>
border-color css
<style>
span { border-color: #26CC41; }
span { border-color: rgb(38,204,65); }
td.TdClassName
{
border-color: #26CC41;
}
.TagClassName
{
border-color: #26CC41;
}
</style>