#26B43E

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

Shades of Lime Green #26B43E

Tints of Lime Green #26B43E

Color information

#26B43E (or 0x26B43E) is unknown color: approx Lime Green. HEX triplet: 26, B4 and 3E. RGB value is (38,180,62). Sum of RGB (Red+Green+Blue) = 38+180+62=280 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.57% from 280); Green value is 180 (70.70% from 255 or 64.29% from 280); Blue value is 62 (24.61% from 255 or 22.14% from 280); Max value from RGB is 180 - color contains mainly: green. Hex color #26B43E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26B43E is #D94BC1. Grayscale: #7C7C7C. Windows color (decimal): -14240706 or 4109350. OLE color: 4109350.

HSL color Cylindrical-coordinate representation of color #26B43E: hue angle of 130.14º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #26B43E is Cyan = 0.79, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.29.

Color convert

RGB3818062-
CMYK0.7900.660.29
HSL130.14º65.14%42.75%-
HSV(B)130.14º78.89%70.59%-
XYZ17.9933.410.06-
YUV124.0992.9666.59-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 13.57%
GREEN value IS 180 (70.70% from 255) = 64.29%
BLUE value IS 62 (24.61% from 255) = 22.14%
R=13.57%
G=64.29%
B=22.14%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal38180620.7900.660.29130.1465.1442.75
Hex26B43E4F0421D82412b
Octal462647611701023520210153
Binary1001101011010011111010011110100001011101100000101000001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26B43E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,180,62); }

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

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

 a { background-color: rgb(38,180,62); }

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

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

 span { border-color: rgb(38,180,62); }

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