Shades of Lime Green #26C033
Tints of Lime Green #26C033
RGB
CMYK
RGB Variations
Color information
#26C033 (or 0x26C033) is known color: Lime Green. HEX triplet: 26, C0 and 33. RGB value is (38,192,51). Sum of RGB (Red+Green+Blue) = 38+192+51=281 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.52% from 281); Green value is 192 (75.39% from 255 or 68.33% from 281); Blue value is 51 (20.31% from 255 or 18.15% from 281); Max value from RGB is 192 - color contains mainly: green. Hex color #26C033 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26C033 is #D93FCC. Grayscale: #828282. Windows color (decimal): -14237645 or 3391526. OLE color: 3391526.
HSL color Cylindrical-coordinate representation of color #26C033: hue angle of 125.06º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #26C033 is Cyan = 0.80, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 38 | 192 | 51 | - |
| CMYK | 0.80 | 0 | 0.73 | 0.25 |
| HSL | 125.06º | 0.67% | 0.45% | - |
| HSV(B) | 125.06º | 0.8% | 0.75% | - |
| XYZ | 20.25 | 38.35 | 9.47 | - |
| YUV | 129.88 | 83.48 | 62.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 192 | 51 | 0.80 | 0 | 0.73 | 0.25 | 125.06 | 0.67 | 0.45 |
| Hex | 26 | C0 | 33 | 50 | 0 | 49 | 19 | 7D | 43 | 2D |
| Octal | 46 | 300 | 63 | 120 | 0 | 111 | 31 | 175 | 103 | 55 |
| Binary | 100110 | 11000000 | 110011 | 1010000 | 0 | 1001001 | 11001 | 1111101 | 1000011 | 101101 |
Color Harmonies of #26C033
Complementary color
Monochromatic Colors of #26C033
Black with #26C033
Text Example
Text Example
White with #26C033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26C033; }
p { color: rgb(38,192,51); }
H1.HeaderClassName
{
color: #26C033;
}
.AnyTagClassName
{
color: #26C033;
}
</style>
background-color css
<style>
a { background-color: #26C033; }
a { background-color: rgb(38,192,51); }
div.DivClassName
{
background-color: #26C033;
}
.BgClassName
{
background-color: #26C033;
}
</style>
border-color css
<style>
span { border-color: #26C033; }
span { border-color: rgb(38,192,51); }
td.TdClassName
{
border-color: #26C033;
}
.TagClassName
{
border-color: #26C033;
}
</style>