#26B316

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

Shades of Lime Green #26B316

Tints of Lime Green #26B316

Color information

#26B316 (or 0x26B316) is unknown color: approx Lime Green. HEX triplet: 26, B3 and 16. RGB value is (38,179,22). Sum of RGB (Red+Green+Blue) = 38+179+22=239 (31% of max value = 765). Red value is 38 (15.23% from 255 or 15.90% from 239); Green value is 179 (70.31% from 255 or 74.90% from 239); Blue value is 22 (8.98% from 255 or 9.21% from 239); Max value from RGB is 179 - color contains mainly: green. Hex color #26B316 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #26B316 is #D94CE9. Grayscale: #777777. Windows color (decimal): -14241002 or 1487654. OLE color: 1487654.

HSL color Cylindrical-coordinate representation of color #26B316: hue angle of 113.89º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #26B316 is Cyan = 0.79, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.30.

Color convert

RGB3817922-
CMYK0.7900.880.30
HSL113.89º78.11%39.41%-
HSV(B)113.89º87.71%70.2%-
XYZ17.0632.716.17-
YUV118.9473.2970.27-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 15.90%
GREEN value IS 179 (70.31% from 255) = 74.90%
BLUE value IS 22 (8.98% from 255) = 9.21%
R=15.90%
G=74.90%
B=9.21%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal38179220.7900.880.30113.8978.1139.41
Hex26B3164F0581E724e27
Octal462632611701303616211647
Binary10011010110011101101001111010110001111011100101001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26B316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,179,22); }

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

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

 a { background-color: rgb(38,179,22); }

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

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

 span { border-color: rgb(38,179,22); }

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