Shades of Lime Green #26CF07
Tints of Lime Green #26CF07
RGB
CMYK
RGB Variations
Color information
#26CF07 (or 0x26CF07) is known color: Lime Green. HEX triplet: 26, CF and 07. RGB value is (38,207,7). Sum of RGB (Red+Green+Blue) = 38+207+7=252 (33% of max value = 765). Red value is 38 (15.23% from 255 or 15.08% from 252); Green value is 207 (81.25% from 255 or 82.14% from 252); Blue value is 7 (3.12% from 255 or 2.78% from 252); Max value from RGB is 207 - color contains mainly: green. Hex color #26CF07 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #26CF07 is #D930F8. Grayscale: #868686. Windows color (decimal): -14233849 or 511782. OLE color: 511782.
HSL color Cylindrical-coordinate representation of color #26CF07: hue angle of 110.7º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #26CF07 is Cyan = 0.82, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 38 | 207 | 7 | - |
| CMYK | 0.82 | 0 | 0.97 | 0.19 |
| HSL | 110.7º | 0.93% | 0.42% | - |
| HSV(B) | 110.7º | 0.97% | 0.81% | - |
| XYZ | 23.15 | 45.05 | 7.68 | - |
| YUV | 133.67 | 56.51 | 59.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 207 | 7 | 0.82 | 0 | 0.97 | 0.19 | 110.7 | 0.93 | 0.42 |
| Hex | 26 | CF | 7 | 52 | 0 | 61 | 13 | 6F | 5D | 2A |
| Octal | 46 | 317 | 7 | 122 | 0 | 141 | 23 | 157 | 135 | 52 |
| Binary | 100110 | 11001111 | 111 | 1010010 | 0 | 1100001 | 10011 | 1101111 | 1011101 | 101010 |
Color Harmonies of #26CF07
Complementary color
Monochromatic Colors of #26CF07
Black with #26CF07
Text Example
Text Example
White with #26CF07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26CF07; }
p { color: rgb(38,207,7); }
H1.HeaderClassName
{
color: #26CF07;
}
.AnyTagClassName
{
color: #26CF07;
}
</style>
background-color css
<style>
a { background-color: #26CF07; }
a { background-color: rgb(38,207,7); }
div.DivClassName
{
background-color: #26CF07;
}
.BgClassName
{
background-color: #26CF07;
}
</style>
border-color css
<style>
span { border-color: #26CF07; }
span { border-color: rgb(38,207,7); }
td.TdClassName
{
border-color: #26CF07;
}
.TagClassName
{
border-color: #26CF07;
}
</style>