#26B734

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

Shades of Lime Green #26B734

Tints of Lime Green #26B734

Color information

#26B734 (or 0x26B734) is unknown color: approx Lime Green. HEX triplet: 26, B7 and 34. RGB value is (38,183,52). Sum of RGB (Red+Green+Blue) = 38+183+52=273 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.92% from 273); Green value is 183 (71.88% from 255 or 67.03% from 273); Blue value is 52 (20.70% from 255 or 19.05% from 273); Max value from RGB is 183 - color contains mainly: green. Hex color #26B734 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26B734 is #D948CB. Grayscale: #7D7D7D. Windows color (decimal): -14239948 or 3454758. OLE color: 3454758.

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

Color convert

RGB3818352-
CMYK0.7900.720.28
HSL125.79º65.61%43.33%-
HSV(B)125.79º79.23%71.76%-
XYZ18.3534.538.95-
YUV124.7186.9666.15-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 13.92%
GREEN value IS 183 (71.88% from 255) = 67.03%
BLUE value IS 52 (20.70% from 255) = 19.05%
R=13.92%
G=67.03%
B=19.05%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal38183520.7900.720.28125.7965.6143.33
Hex26B7344F0481C7e422b
Octal462676411701103417610253
Binary100110101101111101001001111010010001110011111101000010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26B734

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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