Shades of Lime Green #26CC2F
Tints of Lime Green #26CC2F
RGB
CMYK
RGB Variations
Color information
#26CC2F (or 0x26CC2F) is known color: Lime Green. HEX triplet: 26, CC and 2F. RGB value is (38,204,47). Sum of RGB (Red+Green+Blue) = 38+204+47=289 (38% of max value = 765). Red value is 38 (15.23% from 255 or 13.15% from 289); Green value is 204 (80.08% from 255 or 70.59% from 289); Blue value is 47 (18.75% from 255 or 16.26% from 289); Max value from RGB is 204 - color contains mainly: green. Hex color #26CC2F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26CC2F is #D933D0. Grayscale: #888888. Windows color (decimal): -14234577 or 3132454. OLE color: 3132454.
HSL color Cylindrical-coordinate representation of color #26CC2F: hue angle of 123.25º 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 #26CC2F is Cyan = 0.81, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 38 | 204 | 47 | - |
| CMYK | 0.81 | 0 | 0.77 | 0.2 |
| HSL | 123.25º | 0.69% | 0.47% | - |
| HSV(B) | 123.25º | 0.81% | 0.8% | - |
| XYZ | 22.91 | 43.8 | 9.94 | - |
| YUV | 136.47 | 77.5 | 57.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 204 | 47 | 0.81 | 0 | 0.77 | 0.2 | 123.25 | 0.69 | 0.47 |
| Hex | 26 | CC | 2F | 51 | 0 | 4D | 14 | 7B | 45 | 2F |
| Octal | 46 | 314 | 57 | 121 | 0 | 115 | 24 | 173 | 105 | 57 |
| Binary | 100110 | 11001100 | 101111 | 1010001 | 0 | 1001101 | 10100 | 1111011 | 1000101 | 101111 |
Color Harmonies of #26CC2F
Complementary color
Monochromatic Colors of #26CC2F
Black with #26CC2F
Text Example
Text Example
White with #26CC2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26CC2F; }
p { color: rgb(38,204,47); }
H1.HeaderClassName
{
color: #26CC2F;
}
.AnyTagClassName
{
color: #26CC2F;
}
</style>
background-color css
<style>
a { background-color: #26CC2F; }
a { background-color: rgb(38,204,47); }
div.DivClassName
{
background-color: #26CC2F;
}
.BgClassName
{
background-color: #26CC2F;
}
</style>
border-color css
<style>
span { border-color: #26CC2F; }
span { border-color: rgb(38,204,47); }
td.TdClassName
{
border-color: #26CC2F;
}
.TagClassName
{
border-color: #26CC2F;
}
</style>