#14D92C

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

Shades of Lime Green #14D92C

Tints of Lime Green #14D92C

Color information

#14D92C (or 0x14D92C) is unknown color: approx Lime Green. HEX triplet: 14, D9 and 2C. RGB value is (20,217,44). Sum of RGB (Red+Green+Blue) = 20+217+44=281 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.12% from 281); Green value is 217 (85.16% from 255 or 77.22% from 281); Blue value is 44 (17.58% from 255 or 15.66% from 281); Max value from RGB is 217 - color contains mainly: green. Hex color #14D92C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14D92C is #EB26D3. Grayscale: #8A8A8A. Windows color (decimal): -15410900 or 2939156. OLE color: 2939156.

HSL color Cylindrical-coordinate representation of color #14D92C: hue angle of 127.31º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14D92C is Cyan = 0.91, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.15.

Color convert

RGB2021744-
CMYK0.9100.800.15
HSL127.31º83.12%46.47%-
HSV(B)127.31º90.78%85.1%-
XYZ25.5649.9610.68-
YUV138.3774.7343.57-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.12%
GREEN value IS 217 (85.16% from 255) = 77.22%
BLUE value IS 44 (17.58% from 255) = 15.66%
R=7.12%
G=77.22%
B=15.66%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal20217440.9100.800.15127.3183.1246.47
Hex14D92C5B050F7f532e
Octal243315413301201717712356
Binary1010011011001101100101101101010000111111111111010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14D92C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,217,44); }

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

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

 a { background-color: rgb(20,217,44); }

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

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

 span { border-color: rgb(20,217,44); }

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