#26C910

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

Shades of Lime Green #26C910

Tints of Lime Green #26C910

Color information

#26C910 (or 0x26C910) is unknown color: approx Lime Green. HEX triplet: 26, C9 and 10. RGB value is (38,201,16). Sum of RGB (Red+Green+Blue) = 38+201+16=255 (33% of max value = 765). Red value is 38 (15.23% from 255 or 14.90% from 255); Green value is 201 (78.91% from 255 or 78.82% from 255); Blue value is 16 (6.64% from 255 or 6.27% from 255); Max value from RGB is 201 - color contains mainly: green. Hex color #26C910 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #26C910 is #D936EF. Grayscale: #838383. Windows color (decimal): -14235376 or 1100070. OLE color: 1100070.

HSL color Cylindrical-coordinate representation of color #26C910: hue angle of 112.86º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #26C910 is Cyan = 0.81, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.21.

Color convert

RGB3820116-
CMYK0.8100.920.21
HSL112.86º85.25%42.55%-
HSV(B)112.86º92.04%78.82%-
XYZ21.7842.227.49-
YUV131.176361.54-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 14.90%
GREEN value IS 201 (78.91% from 255) = 78.82%
BLUE value IS 16 (6.64% from 255) = 6.27%
R=14.90%
G=78.82%
B=6.27%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal38201160.8100.920.21112.8685.2542.55
Hex26C9105105C1571552b
Octal463112012101342516112553
Binary10011011001001100001010001010111001010111100011010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26C910

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,201,16); }

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

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

 a { background-color: rgb(38,201,16); }

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

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

 span { border-color: rgb(38,201,16); }

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