#14CE27

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

Shades of Lime Green #14CE27

Tints of Lime Green #14CE27

Color information

#14CE27 (or 0x14CE27) is unknown color: approx Lime Green. HEX triplet: 14, CE and 27. RGB value is (20,206,39). Sum of RGB (Red+Green+Blue) = 20+206+39=265 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.55% from 265); Green value is 206 (80.86% from 255 or 77.74% from 265); Blue value is 39 (15.62% from 255 or 14.72% from 265); Max value from RGB is 206 - color contains mainly: green. Hex color #14CE27 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14CE27 is #EB31D8. Grayscale: #838383. Windows color (decimal): -15413721 or 2608660. OLE color: 2608660.

HSL color Cylindrical-coordinate representation of color #14CE27: hue angle of 126.13º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14CE27 is Cyan = 0.90, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.19.

Color convert

RGB2020639-
CMYK0.9000.810.19
HSL126.13º82.3%44.31%-
HSV(B)126.13º90.29%80.78%-
XYZ22.7344.449.3-
YUV131.3575.8848.58-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.55%
GREEN value IS 206 (80.86% from 255) = 77.74%
BLUE value IS 39 (15.62% from 255) = 14.72%
R=7.55%
G=77.74%
B=14.72%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20206390.9000.810.19126.1382.344.31
Hex14CE275A051137e522c
Octal243164713201212317612254
Binary10100110011101001111011010010100011001111111101010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14CE27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,206,39); }

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

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

 a { background-color: rgb(20,206,39); }

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

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

 span { border-color: rgb(20,206,39); }

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