#26C90A

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

Shades of Lime Green #26C90A

Tints of Lime Green #26C90A

Color information

#26C90A (or 0x26C90A) is unknown color: approx Lime Green. HEX triplet: 26, C9 and 0A. RGB value is (38,201,10). Sum of RGB (Red+Green+Blue) = 38+201+10=249 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.26% from 249); Green value is 201 (78.91% from 255 or 80.72% from 249); Blue value is 10 (4.30% from 255 or 4.02% from 249); Max value from RGB is 201 - color contains mainly: green. Hex color #26C90A is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #26C90A is #D936F5. Grayscale: #838383. Windows color (decimal): -14235382 or 706854. OLE color: 706854.

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

Color convert

RGB3820110-
CMYK0.8100.950.21
HSL111.2º90.52%41.37%-
HSV(B)111.2º95.02%78.82%-
XYZ21.7442.217.29-
YUV130.496062.03-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 15.26%
GREEN value IS 201 (78.91% from 255) = 80.72%
BLUE value IS 10 (4.30% from 255) = 4.02%
R=15.26%
G=80.72%
B=4.02%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal38201100.8100.950.21111.290.5241.37
Hex26C9A5105F156f5b29
Octal463111212101372515713351
Binary1001101100100110101010001010111111010111011111011011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26C90A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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