Shades of Lime Green #26CB0D
Tints of Lime Green #26CB0D
RGB
CMYK
RGB Variations
Color information
#26CB0D (or 0x26CB0D) is known color: Lime Green. HEX triplet: 26, CB and 0D. RGB value is (38,203,13). Sum of RGB (Red+Green+Blue) = 38+203+13=254 (33% of max value = 765). Red value is 38 (15.23% from 255 or 14.96% from 254); Green value is 203 (79.69% from 255 or 79.92% from 254); Blue value is 13 (5.47% from 255 or 5.12% from 254); Max value from RGB is 203 - color contains mainly: green. Hex color #26CB0D is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #26CB0D is #D934F2. Grayscale: #848484. Windows color (decimal): -14234867 or 903974. OLE color: 903974.
HSL color Cylindrical-coordinate representation of color #26CB0D: hue angle of 112.11º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #26CB0D is Cyan = 0.81, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 38 | 203 | 13 | - |
| CMYK | 0.81 | 0 | 0.94 | 0.20 |
| HSL | 112.11º | 0.88% | 0.42% | - |
| HSV(B) | 112.11º | 0.94% | 0.8% | - |
| XYZ | 22.23 | 43.15 | 7.54 | - |
| YUV | 132.01 | 60.84 | 60.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 203 | 13 | 0.81 | 0 | 0.94 | 0.20 | 112.11 | 0.88 | 0.42 |
| Hex | 26 | CB | D | 51 | 0 | 5E | 14 | 70 | 58 | 2A |
| Octal | 46 | 313 | 15 | 121 | 0 | 136 | 24 | 160 | 130 | 52 |
| Binary | 100110 | 11001011 | 1101 | 1010001 | 0 | 1011110 | 10100 | 1110000 | 1011000 | 101010 |
Color Harmonies of #26CB0D
Complementary color
Monochromatic Colors of #26CB0D
Black with #26CB0D
Text Example
Text Example
White with #26CB0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26CB0D; }
p { color: rgb(38,203,13); }
H1.HeaderClassName
{
color: #26CB0D;
}
.AnyTagClassName
{
color: #26CB0D;
}
</style>
background-color css
<style>
a { background-color: #26CB0D; }
a { background-color: rgb(38,203,13); }
div.DivClassName
{
background-color: #26CB0D;
}
.BgClassName
{
background-color: #26CB0D;
}
</style>
border-color css
<style>
span { border-color: #26CB0D; }
span { border-color: rgb(38,203,13); }
td.TdClassName
{
border-color: #26CB0D;
}
.TagClassName
{
border-color: #26CB0D;
}
</style>