#26CA19

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

Shades of Lime Green #26CA19

Tints of Lime Green #26CA19

Color information

#26CA19 (or 0x26CA19) is unknown color: approx Lime Green. HEX triplet: 26, CA and 19. RGB value is (38,202,25). Sum of RGB (Red+Green+Blue) = 38+202+25=265 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.34% from 265); Green value is 202 (79.30% from 255 or 76.23% from 265); Blue value is 25 (10.16% from 255 or 9.43% from 265); Max value from RGB is 202 - color contains mainly: green. Hex color #26CA19 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #26CA19 is #D935E6. Grayscale: #858585. Windows color (decimal): -14235111 or 1690150. OLE color: 1690150.

HSL color Cylindrical-coordinate representation of color #26CA19: hue angle of 115.59º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #26CA19 is Cyan = 0.81, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.21.

Color convert

RGB3820225-
CMYK0.8100.880.21
HSL115.59º77.97%44.51%-
HSV(B)115.59º87.62%79.22%-
XYZ22.142.728-
YUV132.7967.1760.39-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 14.34%
GREEN value IS 202 (79.30% from 255) = 76.23%
BLUE value IS 25 (10.16% from 255) = 9.43%
R=14.34%
G=76.23%
B=9.43%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal38202250.8100.880.21115.5977.9744.51
Hex26CA195105815744e2d
Octal463123112101302516411655
Binary10011011001010110011010001010110001010111101001001110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26CA19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,202,25); }

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

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

 a { background-color: rgb(38,202,25); }

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

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

 span { border-color: rgb(38,202,25); }

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