#26CE1C

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

Shades of Lime Green #26CE1C

Tints of Lime Green #26CE1C

Color information

#26CE1C (or 0x26CE1C) is unknown color: approx Lime Green. HEX triplet: 26, CE and 1C. RGB value is (38,206,28). Sum of RGB (Red+Green+Blue) = 38+206+28=272 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.97% from 272); Green value is 206 (80.86% from 255 or 75.74% from 272); Blue value is 28 (11.33% from 255 or 10.29% from 272); Max value from RGB is 206 - color contains mainly: green. Hex color #26CE1C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26CE1C is #D931E3. Grayscale: #888888. Windows color (decimal): -14234084 or 1887782. OLE color: 1887782.

HSL color Cylindrical-coordinate representation of color #26CE1C: hue angle of 116.63º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #26CE1C is Cyan = 0.82, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.19.

Color convert

RGB3820628-
CMYK0.8200.860.19
HSL116.63º76.07%45.88%-
HSV(B)116.63º86.41%80.78%-
XYZ23.0844.648.5-
YUV135.4867.3458.47-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 13.97%
GREEN value IS 206 (80.86% from 255) = 75.74%
BLUE value IS 28 (11.33% from 255) = 10.29%
R=13.97%
G=75.74%
B=10.29%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal38206280.8200.860.19116.6376.0745.88
Hex26CE1C5205613754c2e
Octal463163412201262316511456
Binary10011011001110111001010010010101101001111101011001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26CE1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,206,28); }

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

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

 a { background-color: rgb(38,206,28); }

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

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

 span { border-color: rgb(38,206,28); }

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