Html Css Color HEX #14C422 Lime Green

📋 copy color: '#14C422'

red 20 ◦ green 196 ◦ blue 34

#14C422
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lime Green #14C422

Tints of Lime Green #14C422

RGB

 RED value IS 20 (8.2% from 255) = 8%

 GREEN value IS 196 (76.95% from 255) = 78.4%

 BLUE value IS 34 (13.67% from 255) = 13.6%

R = 8%
G = 78.4%
B = 13.6%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.83

 K value IS 0.23

RGB Variations

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

Color information

#14C422 (or 0x14C422) is known color: Lime Green. HEX triplet: 14, C4 and 22. RGB value is (20,196,34). Sum of RGB (Red+Green+Blue) = 20+196+34=250 (33% of max value = 765). Red value is 20 (8.20% from 255 or 8% from 250); Green value is 196 (76.95% from 255 or 78.4% from 250); Blue value is 34 (13.67% from 255 or 13.6% from 250); Max value from RGB is 196 - color contains mainly: green. Hex color #14C422 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14C422 is #EB3BDD. Grayscale: #7D7D7D. Windows color (decimal): -15416286 or 2278420. OLE color: 2278420.

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

Color convert

RGB 20 196 34 -
CMYK 0.90 0 0.83 0.23
HSL 124.77º 0.81% 0.42% -
HSV(B) 124.77º 0.9% 0.77% -
XYZ 20.32 39.74 8.11 -
YUV 124.91 76.69 53.17 -
System Red Green Blue C M Y K H S L
Decimal 20 196 34 0.90 0 0.83 0.23 124.77 0.81 0.42
Hex 14 C4 22 5A 0 53 17 7D 51 2A
Octal 24 304 42 132 0 123 27 175 121 52
Binary 10100 11000100 100010 1011010 0 1010011 10111 1111101 1010001 101010

Color Harmonies of #14C422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14C422

Black with #14C422

Text Example


Text Example

White with #14C422

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,196,34); }

 H1.HeaderClassName
 {
   color: #14C422;
 }
 .AnyTagClassName
 {
   color: #14C422;
 }
</style>

background-color css

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

 a { background-color: rgb(20,196,34); }

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

border-color css

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

 span { border-color: rgb(20,196,34); }

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