Html Css Color HEX #14D122 Lime Green

📋 copy color: '#14D122'

red 20 ◦ green 209 ◦ blue 34

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

Shades of Lime Green #14D122

Tints of Lime Green #14D122

RGB

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

 GREEN value IS 209 (82.03% from 255) = 79.47%

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

R = 7.6%
G = 79.47%
B = 12.93%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#14D122 (or 0x14D122) is known color: Lime Green. HEX triplet: 14, D1 and 22. RGB value is (20,209,34). Sum of RGB (Red+Green+Blue) = 20+209+34=263 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.60% from 263); Green value is 209 (82.03% from 255 or 79.47% from 263); Blue value is 34 (13.67% from 255 or 12.93% from 263); Max value from RGB is 209 - color contains mainly: green. Hex color #14D122 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14D122 is #EB2EDD. Grayscale: #858585. Windows color (decimal): -15412958 or 2281748. OLE color: 2281748.

HSL color Cylindrical-coordinate representation of color #14D122: hue angle of 124.44º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14D122 is Cyan = 0.90, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.18.

Color convert

RGB 20 209 34 -
CMYK 0.90 0 0.84 0.18
HSL 124.44º 0.83% 0.45% -
HSV(B) 124.44º 0.9% 0.82% -
XYZ 23.38 45.87 9.13 -
YUV 132.54 72.38 47.73 -
System Red Green Blue C M Y K H S L
Decimal 20 209 34 0.90 0 0.84 0.18 124.44 0.83 0.45
Hex 14 D1 22 5A 0 54 12 7C 53 2D
Octal 24 321 42 132 0 124 22 174 123 55
Binary 10100 11010001 100010 1011010 0 1010100 10010 1111100 1010011 101101

Color Harmonies of #14D122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14D122

Black with #14D122

Text Example


Text Example

White with #14D122

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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