#26D32A

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

Shades of Lime Green #26D32A

Tints of Lime Green #26D32A

Color information

#26D32A (or 0x26D32A) is unknown color: approx Lime Green. HEX triplet: 26, D3 and 2A. RGB value is (38,211,42). Sum of RGB (Red+Green+Blue) = 38+211+42=291 (38% of max value = 765). Red value is 38 (15.23% from 255 or 13.06% from 291); Green value is 211 (82.81% from 255 or 72.51% from 291); Blue value is 42 (16.80% from 255 or 14.43% from 291); Max value from RGB is 211 - color contains mainly: green. Hex color #26D32A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26D32A is #D92CD5. Grayscale: #8C8C8C. Windows color (decimal): -14232790 or 2806566. OLE color: 2806566.

HSL color Cylindrical-coordinate representation of color #26D32A: hue angle of 121.39º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #26D32A is Cyan = 0.82, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.17.

Color convert

RGB3821142-
CMYK0.8200.800.17
HSL121.39º69.48%48.82%-
HSV(B)121.39º81.99%82.75%-
XYZ24.5147.1710-
YUV140.0172.6955.24-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 13.06%
GREEN value IS 211 (82.81% from 255) = 72.51%
BLUE value IS 42 (16.80% from 255) = 14.43%
R=13.06%
G=72.51%
B=14.43%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal38211420.8200.800.17121.3969.4848.82
Hex26D32A5205011794531
Octal463235212201202117110561
Binary100110110100111010101010010010100001000111110011000101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26D32A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,211,42); }

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

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

 a { background-color: rgb(38,211,42); }

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

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

 span { border-color: rgb(38,211,42); }

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