#26B641

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

Shades of Lime Green #26B641

Tints of Lime Green #26B641

Color information

#26B641 (or 0x26B641) is unknown color: approx Lime Green. HEX triplet: 26, B6 and 41. RGB value is (38,182,65). Sum of RGB (Red+Green+Blue) = 38+182+65=285 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.33% from 285); Green value is 182 (71.48% from 255 or 63.86% from 285); Blue value is 65 (25.78% from 255 or 22.81% from 285); Max value from RGB is 182 - color contains mainly: green. Hex color #26B641 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26B641 is #D949BE. Grayscale: #7D7D7D. Windows color (decimal): -14240191 or 4306470. OLE color: 4306470.

HSL color Cylindrical-coordinate representation of color #26B641: hue angle of 131.25º 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 #26B641 is Cyan = 0.79, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.29.

Color convert

RGB3818265-
CMYK0.7900.640.29
HSL131.25º65.45%43.14%-
HSV(B)131.25º79.12%71.37%-
XYZ18.4834.2510.64-
YUV125.6193.7965.51-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 13.33%
GREEN value IS 182 (71.48% from 255) = 63.86%
BLUE value IS 65 (25.78% from 255) = 22.81%
R=13.33%
G=63.86%
B=22.81%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal38182650.7900.640.29131.2565.4543.14
Hex26B6414F0401D83412b
Octal4626610111701003520310153
Binary10011010110110100000110011110100000011101100000111000001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26B641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,182,65); }

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

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

 a { background-color: rgb(38,182,65); }

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

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

 span { border-color: rgb(38,182,65); }

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