#26DD44

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

Shades of Lime Green #26DD44

Tints of Lime Green #26DD44

Color information

#26DD44 (or 0x26DD44) is unknown color: approx Lime Green. HEX triplet: 26, DD and 44. RGB value is (38,221,68). Sum of RGB (Red+Green+Blue) = 38+221+68=327 (43% of max value = 765). Red value is 38 (15.23% from 255 or 11.62% from 327); Green value is 221 (86.72% from 255 or 67.58% from 327); Blue value is 68 (26.95% from 255 or 20.80% from 327); Max value from RGB is 221 - color contains mainly: green. Hex color #26DD44 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26DD44 is #D922BB. Grayscale: #959595. Windows color (decimal): -14230204 or 4513062. OLE color: 4513062.

HSL color Cylindrical-coordinate representation of color #26DD44: hue angle of 129.84º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #26DD44 is Cyan = 0.83, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.13.

Color convert

RGB3822168-
CMYK0.8300.690.13
HSL129.84º72.91%50.78%-
HSV(B)129.84º82.81%86.67%-
XYZ27.752.5414.15-
YUV148.8482.3748.94-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 11.62%
GREEN value IS 221 (86.72% from 255) = 67.58%
BLUE value IS 68 (26.95% from 255) = 20.80%
R=11.62%
G=67.58%
B=20.80%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal38221680.8300.690.13129.8472.9150.78
Hex26DD4453045D824933
Octal4633510412301051520211163
Binary1001101101110110001001010011010001011101100000101001001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26DD44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,221,68); }

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

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

 a { background-color: rgb(38,221,68); }

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

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

 span { border-color: rgb(38,221,68); }

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