#26C816

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

Shades of Lime Green #26C816

Tints of Lime Green #26C816

Color information

#26C816 (or 0x26C816) is unknown color: approx Lime Green. HEX triplet: 26, C8 and 16. RGB value is (38,200,22). Sum of RGB (Red+Green+Blue) = 38+200+22=260 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.62% from 260); Green value is 200 (78.52% from 255 or 76.92% from 260); Blue value is 22 (8.98% from 255 or 8.46% from 260); Max value from RGB is 200 - color contains mainly: green. Hex color #26C816 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #26C816 is #D937E9. Grayscale: #838383. Windows color (decimal): -14235626 or 1493030. OLE color: 1493030.

HSL color Cylindrical-coordinate representation of color #26C816: hue angle of 114.61º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #26C816 is Cyan = 0.81, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.22.

Color convert

RGB3820022-
CMYK0.8100.890.22
HSL114.61º80.18%43.53%-
HSV(B)114.61º89%78.43%-
XYZ21.641.787.68-
YUV131.2766.3361.47-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 14.62%
GREEN value IS 200 (78.52% from 255) = 76.92%
BLUE value IS 22 (8.98% from 255) = 8.46%
R=14.62%
G=76.92%
B=8.46%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal38200220.8100.890.22114.6180.1843.53
Hex26C816510591673502c
Octal463102612101312616312054
Binary10011011001000101101010001010110011011011100111010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26C816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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