#14C823

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

Shades of Lime Green #14C823

Tints of Lime Green #14C823

Color information

#14C823 (or 0x14C823) is unknown color: approx Lime Green. HEX triplet: 14, C8 and 23. RGB value is (20,200,35). Sum of RGB (Red+Green+Blue) = 20+200+35=255 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.84% from 255); Green value is 200 (78.52% from 255 or 78.43% from 255); Blue value is 35 (14.06% from 255 or 13.73% from 255); Max value from RGB is 200 - color contains mainly: green. Hex color #14C823 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14C823 is #EB37DC. Grayscale: #7F7F7F. Windows color (decimal): -15415261 or 2344980. OLE color: 2344980.

HSL color Cylindrical-coordinate representation of color #14C823: hue angle of 125º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14C823 is Cyan = 0.9, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.22.

Color convert

RGB2020035-
CMYK0.900.820.22
HSL125º81.82%43.14%-
HSV(B)125º90%78.43%-
XYZ21.2541.588.5-
YUV127.3775.8751.42-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.84%
GREEN value IS 200 (78.52% from 255) = 78.43%
BLUE value IS 35 (14.06% from 255) = 13.73%
R=7.84%
G=78.43%
B=13.73%

CMYK

C (Cyan) values IS 0.9
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20200350.900.820.2212581.8243.14
Hex14C8235A052167d522b
Octal243104313201222617512253
Binary10100110010001000111011010010100101011011111011010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14C823

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,200,35); }

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

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

 a { background-color: rgb(20,200,35); }

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

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

 span { border-color: rgb(20,200,35); }

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