#26B33A

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

Shades of Lime Green #26B33A

Tints of Lime Green #26B33A

Color information

#26B33A (or 0x26B33A) is unknown color: approx Lime Green. HEX triplet: 26, B3 and 3A. RGB value is (38,179,58). Sum of RGB (Red+Green+Blue) = 38+179+58=275 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.82% from 275); Green value is 179 (70.31% from 255 or 65.09% from 275); Blue value is 58 (23.05% from 255 or 21.09% from 275); Max value from RGB is 179 - color contains mainly: green. Hex color #26B33A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26B33A is #D94CC5. Grayscale: #7B7B7B. Windows color (decimal): -14240966 or 3846950. OLE color: 3846950.

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

Color convert

RGB3817958-
CMYK0.7900.680.30
HSL128.51º64.98%42.55%-
HSV(B)128.51º78.77%70.2%-
XYZ17.6832.969.43-
YUV123.0591.2967.34-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 13.82%
GREEN value IS 179 (70.31% from 255) = 65.09%
BLUE value IS 58 (23.05% from 255) = 21.09%
R=13.82%
G=65.09%
B=21.09%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal38179580.7900.680.30128.5164.9842.55
Hex26B33A4F0441E81412b
Octal462637211701043620110153
Binary1001101011001111101010011110100010011110100000011000001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26B33A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,179,58); }

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

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

 a { background-color: rgb(38,179,58); }

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

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

 span { border-color: rgb(38,179,58); }

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