Shades of Lime Green #26CE29
Tints of Lime Green #26CE29
RGB
CMYK
RGB Variations
Color information
#26CE29 (or 0x26CE29) is known color: Lime Green. HEX triplet: 26, CE and 29. RGB value is (38,206,41). Sum of RGB (Red+Green+Blue) = 38+206+41=285 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.33% from 285); Green value is 206 (80.86% from 255 or 72.28% from 285); Blue value is 41 (16.41% from 255 or 14.39% from 285); Max value from RGB is 206 - color contains mainly: green. Hex color #26CE29 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26CE29 is #D931D6. Grayscale: #898989. Windows color (decimal): -14234071 or 2739750. OLE color: 2739750.
HSL color Cylindrical-coordinate representation of color #26CE29: hue angle of 121.07º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #26CE29 is Cyan = 0.82, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 38 | 206 | 41 | - |
| CMYK | 0.82 | 0 | 0.80 | 0.19 |
| HSL | 121.07º | 0.69% | 0.48% | - |
| HSV(B) | 121.07º | 0.82% | 0.81% | - |
| XYZ | 23.27 | 44.71 | 9.5 | - |
| YUV | 136.96 | 73.84 | 57.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 206 | 41 | 0.82 | 0 | 0.80 | 0.19 | 121.07 | 0.69 | 0.48 |
| Hex | 26 | CE | 29 | 52 | 0 | 50 | 13 | 79 | 45 | 30 |
| Octal | 46 | 316 | 51 | 122 | 0 | 120 | 23 | 171 | 105 | 60 |
| Binary | 100110 | 11001110 | 101001 | 1010010 | 0 | 1010000 | 10011 | 1111001 | 1000101 | 110000 |
Color Harmonies of #26CE29
Complementary color
Monochromatic Colors of #26CE29
Black with #26CE29
Text Example
Text Example
White with #26CE29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26CE29; }
p { color: rgb(38,206,41); }
H1.HeaderClassName
{
color: #26CE29;
}
.AnyTagClassName
{
color: #26CE29;
}
</style>
background-color css
<style>
a { background-color: #26CE29; }
a { background-color: rgb(38,206,41); }
div.DivClassName
{
background-color: #26CE29;
}
.BgClassName
{
background-color: #26CE29;
}
</style>
border-color css
<style>
span { border-color: #26CE29; }
span { border-color: rgb(38,206,41); }
td.TdClassName
{
border-color: #26CE29;
}
.TagClassName
{
border-color: #26CE29;
}
</style>