#26C81F

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

Shades of Lime Green #26C81F

Tints of Lime Green #26C81F

Color information

#26C81F (or 0x26C81F) is unknown color: approx Lime Green. HEX triplet: 26, C8 and 1F. RGB value is (38,200,31). Sum of RGB (Red+Green+Blue) = 38+200+31=269 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.13% from 269); Green value is 200 (78.52% from 255 or 74.35% from 269); Blue value is 31 (12.5% from 255 or 11.52% from 269); Max value from RGB is 200 - color contains mainly: green. Hex color #26C81F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26C81F is #D937E0. Grayscale: #848484. Windows color (decimal): -14235617 or 2082854. OLE color: 2082854.

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

Color convert

RGB3820031-
CMYK0.8100.840.22
HSL117.51º73.16%45.29%-
HSV(B)117.51º84.5%78.43%-
XYZ21.741.828.22-
YUV132.370.8360.74-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 14.13%
GREEN value IS 200 (78.52% from 255) = 74.35%
BLUE value IS 31 (12.5% from 255) = 11.52%
R=14.13%
G=74.35%
B=11.52%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal38200310.8100.840.22117.5173.1645.29
Hex26C81F510541676492d
Octal463103712101242616611155
Binary10011011001000111111010001010101001011011101101001001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26C81F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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