#26C03B

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

Shades of Lime Green #26C03B

Tints of Lime Green #26C03B

Color information

#26C03B (or 0x26C03B) is unknown color: approx Lime Green. HEX triplet: 26, C0 and 3B. RGB value is (38,192,59). Sum of RGB (Red+Green+Blue) = 38+192+59=289 (38% of max value = 765). Red value is 38 (15.23% from 255 or 13.15% from 289); Green value is 192 (75.39% from 255 or 66.44% from 289); Blue value is 59 (23.44% from 255 or 20.42% from 289); Max value from RGB is 192 - color contains mainly: green. Hex color #26C03B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26C03B is #D93FC4. Grayscale: #838383. Windows color (decimal): -14237637 or 3915814. OLE color: 3915814.

HSL color Cylindrical-coordinate representation of color #26C03B: hue angle of 128.18º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #26C03B is Cyan = 0.80, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.25.

Color convert

RGB3819259-
CMYK0.8000.690.25
HSL128.18º66.96%45.1%-
HSV(B)128.18º80.21%75.29%-
XYZ20.4438.4310.48-
YUV130.7987.4861.81-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 13.15%
GREEN value IS 192 (75.39% from 255) = 66.44%
BLUE value IS 59 (23.44% from 255) = 20.42%
R=13.15%
G=66.44%
B=20.42%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal38192590.8000.690.25128.1866.9645.1
Hex26C03B500451980432d
Octal463007312001053120010355
Binary1001101100000011101110100000100010111001100000001000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26C03B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,192,59); }

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

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

 a { background-color: rgb(38,192,59); }

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

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

 span { border-color: rgb(38,192,59); }

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