#26DB32

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

Shades of Lime Green #26DB32

Tints of Lime Green #26DB32

Color information

#26DB32 (or 0x26DB32) is unknown color: approx Lime Green. HEX triplet: 26, DB and 32. RGB value is (38,219,50). Sum of RGB (Red+Green+Blue) = 38+219+50=307 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.38% from 307); Green value is 219 (85.94% from 255 or 71.34% from 307); Blue value is 50 (19.92% from 255 or 16.29% from 307); Max value from RGB is 219 - color contains mainly: green. Hex color #26DB32 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26DB32 is #D924CD. Grayscale: #929292. Windows color (decimal): -14230734 or 3332902. OLE color: 3332902.

HSL color Cylindrical-coordinate representation of color #26DB32: hue angle of 123.98º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #26DB32 is Cyan = 0.83, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.14.

Color convert

RGB3821950-
CMYK0.8300.770.14
HSL123.98º71.54%50.39%-
HSV(B)123.98º82.65%85.88%-
XYZ26.7151.3111.51-
YUV145.6174.0351.24-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.38%
GREEN value IS 219 (85.94% from 255) = 71.34%
BLUE value IS 50 (19.92% from 255) = 16.29%
R=12.38%
G=71.34%
B=16.29%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal38219500.8300.770.14123.9871.5450.39
Hex26DB325304DE7c4832
Octal463336212301151617411062
Binary10011011011011110010101001101001101111011111001001000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26DB32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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