#1FCE19

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

Shades of Lime Green #1FCE19

Tints of Lime Green #1FCE19

Color information

#1FCE19 (or 0x1FCE19) is unknown color: approx Lime Green. HEX triplet: 1F, CE and 19. RGB value is (31,206,25). Sum of RGB (Red+Green+Blue) = 31+206+25=262 (34% of max value = 765). Red value is 31 (12.5% from 255 or 11.83% from 262); Green value is 206 (80.86% from 255 or 78.63% from 262); Blue value is 25 (10.16% from 255 or 9.54% from 262); Max value from RGB is 206 - color contains mainly: green. Hex color #1FCE19 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1FCE19 is #E031E6. Grayscale: #858585. Windows color (decimal): -14692839 or 1691167. OLE color: 1691167.

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

Color convert

RGB3120625-
CMYK0.8500.880.19
HSL118.01º78.35%45.29%-
HSV(B)118.01º87.86%80.78%-
XYZ22.8144.58.31-
YUV133.0467.0255.22-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 11.83%
GREEN value IS 206 (80.86% from 255) = 78.63%
BLUE value IS 25 (10.16% from 255) = 9.54%
R=11.83%
G=78.63%
B=9.54%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal31206250.8500.880.19118.0178.3545.29
Hex1FCE195505813764e2d
Octal373163112501302316611655
Binary1111111001110110011010101010110001001111101101001110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FCE19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,206,25); }

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

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

 a { background-color: rgb(31,206,25); }

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

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

 span { border-color: rgb(31,206,25); }

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