#26E020

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

Shades of Lime Green #26E020

Tints of Lime Green #26E020

Color information

#26E020 (or 0x26E020) is unknown color: approx Lime Green. HEX triplet: 26, E0 and 20. RGB value is (38,224,32). Sum of RGB (Red+Green+Blue) = 38+224+32=294 (38% of max value = 765). Red value is 38 (15.23% from 255 or 12.93% from 294); Green value is 224 (87.89% from 255 or 76.19% from 294); Blue value is 32 (12.89% from 255 or 10.88% from 294); Max value from RGB is 224 - color contains mainly: green. Hex color #26E020 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26E020 is #D91FDF. Grayscale: #939393. Windows color (decimal): -14229472 or 2154534. OLE color: 2154534.

HSL color Cylindrical-coordinate representation of color #26E020: hue angle of 118.12º 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 #26E020 is Cyan = 0.83, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.12.

Color convert

RGB3822432-
CMYK0.8300.860.12
HSL118.12º75.59%50.2%-
HSV(B)118.12º85.71%87.84%-
XYZ27.7253.8310.3-
YUV146.563.3850.61-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.93%
GREEN value IS 224 (87.89% from 255) = 76.19%
BLUE value IS 32 (12.89% from 255) = 10.88%
R=12.93%
G=76.19%
B=10.88%

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
Decimal38224320.8300.860.12118.1275.5950.2
Hex26E02053056C764c32
Octal463404012301261416611462
Binary10011011100000100000101001101010110110011101101001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26E020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,224,32); }

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

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

 a { background-color: rgb(38,224,32); }

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

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

 span { border-color: rgb(38,224,32); }

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