#26c437

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

Shades of Lime Green #26C437

Tints of Lime Green #26C437

Color information

#26C437 (or 0x26C437) is unknown color: approx Lime Green. HEX triplet: 26, C4 and 37. RGB value is (38,196,55). Sum of RGB (Red+Green+Blue) = 38+196+55=289 (38% of max value = 765). Red value is 38 (15.23% from 255 or 13.15% from 289); Green value is 196 (76.95% from 255 or 67.82% from 289); Blue value is 55 (21.88% from 255 or 19.03% from 289); Max value from RGB is 196 - color contains mainly: green. Hex color #26C437 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26C437 is #D93BC8. Grayscale: #858585. Windows color (decimal): -14236617 or 3654694. OLE color: 3654694.

HSL color Cylindrical-coordinate representation of color #26C437: hue angle of 126.46º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #26C437 is Cyan = 0.81, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.23.

Color convert

RGB3819655-
CMYK0.8100.720.23
HSL126.46º67.52%45.88%-
HSV(B)126.46º80.61%76.86%-
XYZ21.2340.1710.25-
YUV132.6884.1560.46-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 13.15%
GREEN value IS 196 (76.95% from 255) = 67.82%
BLUE value IS 55 (21.88% from 255) = 19.03%
R=13.15%
G=67.82%
B=19.03%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal38196550.8100.720.23126.4667.5245.88
Hex26C43751048177e442e
Octal463046712101102717610456
Binary100110110001001101111010001010010001011111111101000100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26c437

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,196,55); }

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

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

 a { background-color: rgb(38,196,55); }

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

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

 span { border-color: rgb(38,196,55); }

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