#26CD19

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

Shades of Lime Green #26CD19

Tints of Lime Green #26CD19

Color information

#26CD19 (or 0x26CD19) is unknown color: approx Lime Green. HEX triplet: 26, CD and 19. RGB value is (38,205,25). Sum of RGB (Red+Green+Blue) = 38+205+25=268 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.18% from 268); Green value is 205 (80.47% from 255 or 76.49% from 268); Blue value is 25 (10.16% from 255 or 9.33% from 268); Max value from RGB is 205 - color contains mainly: green. Hex color #26CD19 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #26CD19 is #D932E6. Grayscale: #878787. Windows color (decimal): -14234343 or 1690918. OLE color: 1690918.

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

Color convert

RGB3820525-
CMYK0.8100.880.20
HSL115.67º78.26%45.1%-
HSV(B)115.67º87.8%80.39%-
XYZ22.8144.148.24-
YUV134.5566.1759.14-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 14.18%
GREEN value IS 205 (80.47% from 255) = 76.49%
BLUE value IS 25 (10.16% from 255) = 9.33%
R=14.18%
G=76.49%
B=9.33%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal38205250.8100.880.20115.6778.2645.1
Hex26CD195105814744e2d
Octal463153112101302416411655
Binary10011011001101110011010001010110001010011101001001110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26CD19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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