#26D32C

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

Shades of Lime Green #26D32C

Tints of Lime Green #26D32C

Color information

#26D32C (or 0x26D32C) is unknown color: approx Lime Green. HEX triplet: 26, D3 and 2C. RGB value is (38,211,44). Sum of RGB (Red+Green+Blue) = 38+211+44=293 (38% of max value = 765). Red value is 38 (15.23% from 255 or 12.97% from 293); Green value is 211 (82.81% from 255 or 72.01% from 293); Blue value is 44 (17.58% from 255 or 15.02% from 293); Max value from RGB is 211 - color contains mainly: green. Hex color #26D32C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26D32C is #D92CD3. Grayscale: #8C8C8C. Windows color (decimal): -14232788 or 2937638. OLE color: 2937638.

HSL color Cylindrical-coordinate representation of color #26D32C: hue angle of 122.08º 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 #26D32C is Cyan = 0.82, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.17.

Color convert

RGB3821144-
CMYK0.8200.790.17
HSL122.08º69.48%48.82%-
HSV(B)122.08º81.99%82.75%-
XYZ24.5547.1810.2-
YUV140.2373.6955.08-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.97%
GREEN value IS 211 (82.81% from 255) = 72.01%
BLUE value IS 44 (17.58% from 255) = 15.02%
R=12.97%
G=72.01%
B=15.02%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal38211440.8200.790.17122.0869.4848.82
Hex26D32C5204F117a4531
Octal463235412201172117210561
Binary100110110100111011001010010010011111000111110101000101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26D32C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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