#26B534

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

Shades of Lime Green #26B534

Tints of Lime Green #26B534

Color information

#26B534 (or 0x26B534) is unknown color: approx Lime Green. HEX triplet: 26, B5 and 34. RGB value is (38,181,52). Sum of RGB (Red+Green+Blue) = 38+181+52=271 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.02% from 271); Green value is 181 (71.09% from 255 or 66.79% from 271); Blue value is 52 (20.70% from 255 or 19.19% from 271); Max value from RGB is 181 - color contains mainly: green. Hex color #26B534 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26B534 is #D94ACB. Grayscale: #7B7B7B. Windows color (decimal): -14240460 or 3454246. OLE color: 3454246.

HSL color Cylindrical-coordinate representation of color #26B534: hue angle of 125.87º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #26B534 is Cyan = 0.79, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.29.

Color convert

RGB3818152-
CMYK0.7900.710.29
HSL125.87º65.3%42.94%-
HSV(B)125.87º79.01%70.98%-
XYZ17.9433.718.81-
YUV123.5487.6266.99-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 14.02%
GREEN value IS 181 (71.09% from 255) = 66.79%
BLUE value IS 52 (20.70% from 255) = 19.19%
R=14.02%
G=66.79%
B=19.19%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal38181520.7900.710.29125.8765.342.94
Hex26B5344F0471D7e412b
Octal462656411701073517610153
Binary100110101101011101001001111010001111110111111101000001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26B534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,181,52); }

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

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

 a { background-color: rgb(38,181,52); }

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

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

 span { border-color: rgb(38,181,52); }

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