#26B431

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

Shades of Lime Green #26B431

Tints of Lime Green #26B431

Color information

#26B431 (or 0x26B431) is unknown color: approx Lime Green. HEX triplet: 26, B4 and 31. RGB value is (38,180,49). Sum of RGB (Red+Green+Blue) = 38+180+49=267 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.23% from 267); Green value is 180 (70.70% from 255 or 67.42% from 267); Blue value is 49 (19.53% from 255 or 18.35% from 267); Max value from RGB is 180 - color contains mainly: green. Hex color #26B431 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26B431 is #D94BCE. Grayscale: #7A7A7A. Windows color (decimal): -14240719 or 3257382. OLE color: 3257382.

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

Color convert

RGB3818049-
CMYK0.7900.730.29
HSL124.65º65.14%42.75%-
HSV(B)124.65º78.89%70.59%-
XYZ17.6733.288.4-
YUV122.6186.4667.65-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 14.23%
GREEN value IS 180 (70.70% from 255) = 67.42%
BLUE value IS 49 (19.53% from 255) = 18.35%
R=14.23%
G=67.42%
B=18.35%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal38180490.7900.730.29124.6565.1442.75
Hex26B4314F0491D7d412b
Octal462646111701113517510153
Binary100110101101001100011001111010010011110111111011000001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26B431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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