Html Css Color HEX #14D423 Lime Green

📋 copy color: '#14D423'

red 20 ◦ green 212 ◦ blue 35

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

Shades of Lime Green #14D423

Tints of Lime Green #14D423

RGB

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

 GREEN value IS 212 (83.2% from 255) = 79.4%

 BLUE value IS 35 (14.06% from 255) = 13.11%

R = 7.49%
G = 79.4%
B = 13.11%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.83

 K value IS 0.17

RGB Variations

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

Color information

#14D423 (or 0x14D423) is known color: Lime Green. HEX triplet: 14, D4 and 23. RGB value is (20,212,35). Sum of RGB (Red+Green+Blue) = 20+212+35=267 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.49% from 267); Green value is 212 (83.20% from 255 or 79.40% from 267); Blue value is 35 (14.06% from 255 or 13.11% from 267); Max value from RGB is 212 - color contains mainly: green. Hex color #14D423 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14D423 is #EB2BDC. Grayscale: #868686. Windows color (decimal): -15412189 or 2348052. OLE color: 2348052.

HSL color Cylindrical-coordinate representation of color #14D423: hue angle of 124.69º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14D423 is Cyan = 0.91, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.17.

Color convert

RGB 20 212 35 -
CMYK 0.91 0 0.83 0.17
HSL 124.69º 0.83% 0.45% -
HSV(B) 124.69º 0.91% 0.83% -
XYZ 24.14 47.36 9.46 -
YUV 134.41 71.89 46.39 -
System Red Green Blue C M Y K H S L
Decimal 20 212 35 0.91 0 0.83 0.17 124.69 0.83 0.45
Hex 14 D4 23 5B 0 53 11 7D 53 2D
Octal 24 324 43 133 0 123 21 175 123 55
Binary 10100 11010100 100011 1011011 0 1010011 10001 1111101 1010011 101101

Color Harmonies of #14D423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14D423

Black with #14D423

Text Example


Text Example

White with #14D423

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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