#26C920

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

Shades of Lime Green #26C920

Tints of Lime Green #26C920

Color information

#26C920 (or 0x26C920) is unknown color: approx Lime Green. HEX triplet: 26, C9 and 20. RGB value is (38,201,32). Sum of RGB (Red+Green+Blue) = 38+201+32=271 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.02% from 271); Green value is 201 (78.91% from 255 or 74.17% from 271); Blue value is 32 (12.89% from 255 or 11.81% from 271); Max value from RGB is 201 - color contains mainly: green. Hex color #26C920 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26C920 is #D936DF. Grayscale: #858585. Windows color (decimal): -14235360 or 2148646. OLE color: 2148646.

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

Color convert

RGB3820132-
CMYK0.8100.840.21
HSL117.87º72.53%45.69%-
HSV(B)117.87º84.08%78.82%-
XYZ21.9542.298.37-
YUV1337160.24-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 14.02%
GREEN value IS 201 (78.91% from 255) = 74.17%
BLUE value IS 32 (12.89% from 255) = 11.81%
R=14.02%
G=74.17%
B=11.81%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal38201320.8100.840.21117.8772.5345.69
Hex26C920510541576492e
Octal463114012101242516611156
Binary100110110010011000001010001010101001010111101101001001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26C920

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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