#26C71C

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

Shades of Lime Green #26C71C

Tints of Lime Green #26C71C

Color information

#26C71C (or 0x26C71C) is unknown color: approx Lime Green. HEX triplet: 26, C7 and 1C. RGB value is (38,199,28). Sum of RGB (Red+Green+Blue) = 38+199+28=265 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.34% from 265); Green value is 199 (78.12% from 255 or 75.09% from 265); Blue value is 28 (11.33% from 255 or 10.57% from 265); Max value from RGB is 199 - color contains mainly: green. Hex color #26C71C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26C71C is #D938E3. Grayscale: #838383. Windows color (decimal): -14235876 or 1885990. OLE color: 1885990.

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

Color convert

RGB3819928-
CMYK0.8100.860.22
HSL116.49º75.33%44.51%-
HSV(B)116.49º85.93%78.04%-
XYZ21.4341.347.95-
YUV131.3769.6661.4-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 14.34%
GREEN value IS 199 (78.12% from 255) = 75.09%
BLUE value IS 28 (11.33% from 255) = 10.57%
R=14.34%
G=75.09%
B=10.57%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal38199280.8100.860.22116.4975.3344.51
Hex26C71C5105616744b2d
Octal463073412101262616411355
Binary10011011000111111001010001010101101011011101001001011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26C71C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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