#26C710

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

Shades of Lime Green #26C710

Tints of Lime Green #26C710

Color information

#26C710 (or 0x26C710) is unknown color: approx Lime Green. HEX triplet: 26, C7 and 10. RGB value is (38,199,16). Sum of RGB (Red+Green+Blue) = 38+199+16=253 (33% of max value = 765). Red value is 38 (15.23% from 255 or 15.02% from 253); Green value is 199 (78.12% from 255 or 78.66% from 253); Blue value is 16 (6.64% from 255 or 6.32% from 253); Max value from RGB is 199 - color contains mainly: green. Hex color #26C710 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #26C710 is #D938EF. Grayscale: #828282. Windows color (decimal): -14235888 or 1099558. OLE color: 1099558.

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

Color convert

RGB3819916-
CMYK0.8100.920.22
HSL112.79º85.12%42.16%-
HSV(B)112.79º91.96%78.04%-
XYZ21.3241.37.34-
YUV13063.6662.38-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 15.02%
GREEN value IS 199 (78.12% from 255) = 78.66%
BLUE value IS 16 (6.64% from 255) = 6.32%
R=15.02%
G=78.66%
B=6.32%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal38199160.8100.920.22112.7985.1242.16
Hex26C7105105C1671552a
Octal463072012101342616112552
Binary10011011000111100001010001010111001011011100011010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26C710

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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