#26D205

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

Shades of Lime Green #26D205

Tints of Lime Green #26D205

Color information

#26D205 (or 0x26D205) is unknown color: approx Lime Green. HEX triplet: 26, D2 and 05. RGB value is (38,210,5). Sum of RGB (Red+Green+Blue) = 38+210+5=253 (33% of max value = 765). Red value is 38 (15.23% from 255 or 15.02% from 253); Green value is 210 (82.42% from 255 or 83.00% from 253); Blue value is 5 (2.34% from 255 or 1.98% from 253); Max value from RGB is 210 - color contains mainly: green. Hex color #26D205 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #26D205 is #D92DFA. Grayscale: #878787. Windows color (decimal): -14233083 or 381478. OLE color: 381478.

HSL color Cylindrical-coordinate representation of color #26D205: hue angle of 110.34º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #26D205 is Cyan = 0.82, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.18.

Color convert

RGB382105-
CMYK0.8200.980.18
HSL110.34º95.35%42.16%-
HSV(B)110.34º97.62%82.35%-
XYZ23.8746.527.86-
YUV135.254.5258.67-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 15.02%
GREEN value IS 210 (82.42% from 255) = 83.00%
BLUE value IS 5 (2.34% from 255) = 1.98%
R=15.02%
G=83.00%
B=1.98%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal3821050.8200.980.18110.3495.3542.16
Hex26D2552062126e5f2a
Octal46322512201422215613752
Binary100110110100101011010010011000101001011011101011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26D205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,210,5); }

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

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

 a { background-color: rgb(38,210,5); }

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

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

 span { border-color: rgb(38,210,5); }

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