#14C01F

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

Shades of Lime Green #14C01F

Tints of Lime Green #14C01F

Color information

#14C01F (or 0x14C01F) is unknown color: approx Lime Green. HEX triplet: 14, C0 and 1F. RGB value is (20,192,31). Sum of RGB (Red+Green+Blue) = 20+192+31=243 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.23% from 243); Green value is 192 (75.39% from 255 or 79.01% from 243); Blue value is 31 (12.5% from 255 or 12.76% from 243); Max value from RGB is 192 - color contains mainly: green. Hex color #14C01F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14C01F is #EB3FE0. Grayscale: #7A7A7A. Windows color (decimal): -15417313 or 2080788. OLE color: 2080788.

HSL color Cylindrical-coordinate representation of color #14C01F: hue angle of 123.84º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14C01F is Cyan = 0.90, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.25.

Color convert

RGB2019231-
CMYK0.9000.840.25
HSL123.84º81.13%41.57%-
HSV(B)123.84º89.58%75.29%-
XYZ19.3937.957.6-
YUV122.2276.5255.09-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.23%
GREEN value IS 192 (75.39% from 255) = 79.01%
BLUE value IS 31 (12.5% from 255) = 12.76%
R=8.23%
G=79.01%
B=12.76%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal20192310.9000.840.25123.8481.1341.57
Hex14C01F5A054197c512a
Octal243003713201243117412152
Binary1010011000000111111011010010101001100111111001010001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14C01F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14C01F; }

 p { color: rgb(20,192,31); }

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

<style>
 a { background-color: #14C01F; }

 a { background-color: rgb(20,192,31); }

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

<style>
 span { border-color: #14C01F; }

 span { border-color: rgb(20,192,31); }

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