#1FC826

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

Shades of Lime Green #1FC826

Tints of Lime Green #1FC826

Color information

#1FC826 (or 0x1FC826) is unknown color: approx Lime Green. HEX triplet: 1F, C8 and 26. RGB value is (31,200,38). Sum of RGB (Red+Green+Blue) = 31+200+38=269 (35% of max value = 765). Red value is 31 (12.5% from 255 or 11.52% from 269); Green value is 200 (78.52% from 255 or 74.35% from 269); Blue value is 38 (15.23% from 255 or 14.13% from 269); Max value from RGB is 200 - color contains mainly: green. Hex color #1FC826 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FC826 is #E037D9. Grayscale: #838383. Windows color (decimal): -14694362 or 2541599. OLE color: 2541599.

HSL color Cylindrical-coordinate representation of color #1FC826: hue angle of 122.49º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1FC826 is Cyan = 0.84, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.22.

Color convert

RGB3120038-
CMYK0.8400.810.22
HSL122.49º73.16%45.29%-
HSV(B)122.49º84.5%78.43%-
XYZ21.5741.748.75-
YUV13175.5156.67-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 11.52%
GREEN value IS 200 (78.52% from 255) = 74.35%
BLUE value IS 38 (15.23% from 255) = 14.13%
R=11.52%
G=74.35%
B=14.13%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal31200380.8400.810.22122.4973.1645.29
Hex1FC82654051167a492d
Octal373104612401212617211155
Binary11111110010001001101010100010100011011011110101001001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FC826

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1FC826; }

 p { color: rgb(31,200,38); }

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

<style>
 a { background-color: #1FC826; }

 a { background-color: rgb(31,200,38); }

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

<style>
 span { border-color: #1FC826; }

 span { border-color: rgb(31,200,38); }

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