#14CE21

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

Shades of Lime Green #14CE21

Tints of Lime Green #14CE21

Color information

#14CE21 (or 0x14CE21) is unknown color: approx Lime Green. HEX triplet: 14, CE and 21. RGB value is (20,206,33). Sum of RGB (Red+Green+Blue) = 20+206+33=259 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.72% from 259); Green value is 206 (80.86% from 255 or 79.54% from 259); Blue value is 33 (13.28% from 255 or 12.74% from 259); Max value from RGB is 206 - color contains mainly: green. Hex color #14CE21 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14CE21 is #EB31DE. Grayscale: #838383. Windows color (decimal): -15413727 or 2215444. OLE color: 2215444.

HSL color Cylindrical-coordinate representation of color #14CE21: hue angle of 124.19º 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 #14CE21 is Cyan = 0.90, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.19.

Color convert

RGB2020633-
CMYK0.9000.840.19
HSL124.19º82.3%44.31%-
HSV(B)124.19º90.29%80.78%-
XYZ22.6344.48.82-
YUV130.6672.8849.07-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.72%
GREEN value IS 206 (80.86% from 255) = 79.54%
BLUE value IS 33 (13.28% from 255) = 12.74%
R=7.72%
G=79.54%
B=12.74%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20206330.9000.840.19124.1982.344.31
Hex14CE215A054137c522c
Octal243164113201242317412254
Binary10100110011101000011011010010101001001111111001010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14CE21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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