Html Css Color HEX #14CE22 Lime Green

📋 copy color: '#14CE22'

red 20 ◦ green 206 ◦ blue 34

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

Shades of Lime Green #14CE22

Tints of Lime Green #14CE22

RGB

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

 GREEN value IS 206 (80.86% from 255) = 79.23%

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

R = 7.69%
G = 79.23%
B = 13.08%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.83

 K value IS 0.19

RGB Variations

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

Color information

#14CE22 (or 0x14CE22) is known color: Lime Green. HEX triplet: 14, CE and 22. RGB value is (20,206,34). Sum of RGB (Red+Green+Blue) = 20+206+34=260 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.69% from 260); Green value is 206 (80.86% from 255 or 79.23% from 260); Blue value is 34 (13.67% from 255 or 13.08% from 260); Max value from RGB is 206 - color contains mainly: green. Hex color #14CE22 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14CE22 is #EB31DD. Grayscale: #838383. Windows color (decimal): -15413726 or 2280980. OLE color: 2280980.

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

Color convert

RGB 20 206 34 -
CMYK 0.90 0 0.83 0.19
HSL 124.52º 0.82% 0.44% -
HSV(B) 124.52º 0.9% 0.81% -
XYZ 22.65 44.41 8.89 -
YUV 130.78 73.38 48.99 -
System Red Green Blue C M Y K H S L
Decimal 20 206 34 0.90 0 0.83 0.19 124.52 0.82 0.44
Hex 14 CE 22 5A 0 53 13 7D 52 2C
Octal 24 316 42 132 0 123 23 175 122 54
Binary 10100 11001110 100010 1011010 0 1010011 10011 1111101 1010010 101100

Color Harmonies of #14CE22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14CE22

Black with #14CE22

Text Example


Text Example

White with #14CE22

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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