#26C013

Color #26C013 Lime Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime Green #26C013

Tints of Lime Green #26C013

Color information

#26C013 (or 0x26C013) is unknown color: approx Lime Green. HEX triplet: 26, C0 and 13. RGB value is (38,192,19). Sum of RGB (Red+Green+Blue) = 38+192+19=249 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.26% from 249); Green value is 192 (75.39% from 255 or 77.11% from 249); Blue value is 19 (7.81% from 255 or 7.63% from 249); Max value from RGB is 192 - color contains mainly: green. Hex color #26C013 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #26C013 is #D93FEC. Grayscale: #7E7E7E. Windows color (decimal): -14237677 or 1294374. OLE color: 1294374.

HSL color Cylindrical-coordinate representation of color #26C013: hue angle of 113.41º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #26C013 is Cyan = 0.80, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.25.

Color convert

RGB3819219-
CMYK0.8000.900.25
HSL113.41º81.99%41.37%-
HSV(B)113.41º90.1%75.29%-
XYZ19.7738.166.94-
YUV126.2367.4865.07-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 38 (15.23% from 255) = 15.26%
GREEN value IS 192 (75.39% from 255) = 77.11%
BLUE value IS 19 (7.81% from 255) = 7.63%
R=15.26%
G=77.11%
B=7.63%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal38192190.8000.900.25113.4181.9941.37
Hex26C0135005A19715229
Octal463002312001323116112251
Binary10011011000000100111010000010110101100111100011010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26C013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26C013; }

 p { color: rgb(38,192,19); }

 H1.HeaderClassName
 {
   color: #26C013;
 }
 .AnyTagClassName
 {
   color: #26C013;
 }
</style>
background-color css

<style>
 a { background-color: #26C013; }

 a { background-color: rgb(38,192,19); }

 div.DivClassName
 {
   background-color: #26C013;
 }
 .BgClassName
 {
   background-color: #26C013;
 }
</style>
border-color css

<style>
 span { border-color: #26C013; }

 span { border-color: rgb(38,192,19); }

 td.TdClassName
 {
   border-color: #26C013;
 }
 .TagClassName
 {
   border-color: #26C013;
 }
</style>