#26e11f

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

Shades of Lime Green #26E11F

Tints of Lime Green #26E11F

Color information

#26E11F (or 0x26E11F) is unknown color: approx Lime Green. HEX triplet: 26, E1 and 1F. RGB value is (38,225,31). Sum of RGB (Red+Green+Blue) = 38+225+31=294 (38% of max value = 765). Red value is 38 (15.23% from 255 or 12.93% from 294); Green value is 225 (88.28% from 255 or 76.53% from 294); Blue value is 31 (12.5% from 255 or 10.54% from 294); Max value from RGB is 225 - color contains mainly: green. Hex color #26E11F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26E11F is #D91EE0. Grayscale: #939393. Windows color (decimal): -14229217 or 2089254. OLE color: 2089254.

HSL color Cylindrical-coordinate representation of color #26E11F: hue angle of 117.84º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #26E11F is Cyan = 0.83, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.12.

Color convert

RGB3822531-
CMYK0.8300.860.12
HSL117.84º76.38%50.2%-
HSV(B)117.84º86.22%88.24%-
XYZ27.9754.3610.31-
YUV146.9762.5550.27-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.93%
GREEN value IS 225 (88.28% from 255) = 76.53%
BLUE value IS 31 (12.5% from 255) = 10.54%
R=12.93%
G=76.53%
B=10.54%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal38225310.8300.860.12117.8476.3850.2
Hex26E11F53056C764c32
Octal463413712301261416611462
Binary1001101110000111111101001101010110110011101101001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26e11f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,225,31); }

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

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

 a { background-color: rgb(38,225,31); }

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

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

 span { border-color: rgb(38,225,31); }

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