#26D332

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

Shades of Lime Green #26D332

Tints of Lime Green #26D332

Color information

#26D332 (or 0x26D332) is unknown color: approx Lime Green. HEX triplet: 26, D3 and 32. RGB value is (38,211,50). Sum of RGB (Red+Green+Blue) = 38+211+50=299 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.71% from 299); Green value is 211 (82.81% from 255 or 70.57% from 299); Blue value is 50 (19.92% from 255 or 16.72% from 299); Max value from RGB is 211 - color contains mainly: green. Hex color #26D332 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26D332 is #D92CCD. Grayscale: #8D8D8D. Windows color (decimal): -14232782 or 3330854. OLE color: 3330854.

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

Color convert

RGB3821150-
CMYK0.8200.760.17
HSL124.16º69.48%48.82%-
HSV(B)124.16º81.99%82.75%-
XYZ24.6747.2310.83-
YUV140.9276.6954.59-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.71%
GREEN value IS 211 (82.81% from 255) = 70.57%
BLUE value IS 50 (19.92% from 255) = 16.72%
R=12.71%
G=70.57%
B=16.72%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal38211500.8200.760.17124.1669.4848.82
Hex26D3325204C117c4531
Octal463236212201142117410561
Binary100110110100111100101010010010011001000111111001000101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26D332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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