Shades of Lime Green #26CB0F
Tints of Lime Green #26CB0F
RGB
CMYK
RGB Variations
Color information
#26CB0F (or 0x26CB0F) is known color: Lime Green. HEX triplet: 26, CB and 0F. RGB value is (38,203,15). Sum of RGB (Red+Green+Blue) = 38+203+15=256 (33% of max value = 765). Red value is 38 (15.23% from 255 or 14.84% from 256); Green value is 203 (79.69% from 255 or 79.30% from 256); Blue value is 15 (6.25% from 255 or 5.86% from 256); Max value from RGB is 203 - color contains mainly: green. Hex color #26CB0F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #26CB0F is #D934F0. Grayscale: #848484. Windows color (decimal): -14234865 or 1035046. OLE color: 1035046.
HSL color Cylindrical-coordinate representation of color #26CB0F: hue angle of 112.66º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #26CB0F is Cyan = 0.81, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 38 | 203 | 15 | - |
| CMYK | 0.81 | 0 | 0.93 | 0.20 |
| HSL | 112.66º | 0.86% | 0.43% | - |
| HSV(B) | 112.66º | 0.93% | 0.8% | - |
| XYZ | 22.24 | 43.16 | 7.61 | - |
| YUV | 132.23 | 61.84 | 60.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 203 | 15 | 0.81 | 0 | 0.93 | 0.20 | 112.66 | 0.86 | 0.43 |
| Hex | 26 | CB | F | 51 | 0 | 5D | 14 | 71 | 56 | 2B |
| Octal | 46 | 313 | 17 | 121 | 0 | 135 | 24 | 161 | 126 | 53 |
| Binary | 100110 | 11001011 | 1111 | 1010001 | 0 | 1011101 | 10100 | 1110001 | 1010110 | 101011 |
Color Harmonies of #26CB0F
Complementary color
Monochromatic Colors of #26CB0F
Black with #26CB0F
Text Example
Text Example
White with #26CB0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26CB0F; }
p { color: rgb(38,203,15); }
H1.HeaderClassName
{
color: #26CB0F;
}
.AnyTagClassName
{
color: #26CB0F;
}
</style>
background-color css
<style>
a { background-color: #26CB0F; }
a { background-color: rgb(38,203,15); }
div.DivClassName
{
background-color: #26CB0F;
}
.BgClassName
{
background-color: #26CB0F;
}
</style>
border-color css
<style>
span { border-color: #26CB0F; }
span { border-color: rgb(38,203,15); }
td.TdClassName
{
border-color: #26CB0F;
}
.TagClassName
{
border-color: #26CB0F;
}
</style>