#26d31c

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

Shades of Lime Green #26D31C

Tints of Lime Green #26D31C

Color information

#26D31C (or 0x26D31C) is unknown color: approx Lime Green. HEX triplet: 26, D3 and 1C. RGB value is (38,211,28). Sum of RGB (Red+Green+Blue) = 38+211+28=277 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.72% from 277); Green value is 211 (82.81% from 255 or 76.17% from 277); Blue value is 28 (11.33% from 255 or 10.11% from 277); Max value from RGB is 211 - color contains mainly: green. Hex color #26D31C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26D31C is #D92CE3. Grayscale: #8A8A8A. Windows color (decimal): -14232804 or 1889062. OLE color: 1889062.

HSL color Cylindrical-coordinate representation of color #26D31C: hue angle of 116.72º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #26D31C is Cyan = 0.82, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.17.

Color convert

RGB3821128-
CMYK0.8200.870.17
HSL116.72º76.57%46.86%-
HSV(B)116.72º86.73%82.75%-
XYZ24.347.088.91-
YUV138.4165.6956.38-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 13.72%
GREEN value IS 211 (82.81% from 255) = 76.17%
BLUE value IS 28 (11.33% from 255) = 10.11%
R=13.72%
G=76.17%
B=10.11%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal38211280.8200.870.17116.7276.5746.86
Hex26D31C5205711754d2f
Octal463233412201272116511557
Binary10011011010011111001010010010101111000111101011001101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26d31c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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