Html Css Color HEX #14D61D Lime Green

📋 copy color: '#14D61D'

red 20 ◦ green 214 ◦ blue 29

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

Shades of Lime Green #14D61D

Tints of Lime Green #14D61D

RGB

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

 GREEN value IS 214 (83.98% from 255) = 81.37%

 BLUE value IS 29 (11.72% from 255) = 11.03%

R = 7.6%
G = 81.37%
B = 11.03%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#14D61D (or 0x14D61D) is known color: Lime Green. HEX triplet: 14, D6 and 1D. RGB value is (20,214,29). Sum of RGB (Red+Green+Blue) = 20+214+29=263 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.60% from 263); Green value is 214 (83.98% from 255 or 81.37% from 263); Blue value is 29 (11.72% from 255 or 11.03% from 263); Max value from RGB is 214 - color contains mainly: green. Hex color #14D61D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14D61D is #EB29E2. Grayscale: #878787. Windows color (decimal): -15411683 or 1955348. OLE color: 1955348.

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

Color convert

RGB 20 214 29 -
CMYK 0.91 0 0.86 0.16
HSL 122.78º 0.83% 0.46% -
HSV(B) 122.78º 0.91% 0.84% -
XYZ 24.56 48.33 9.2 -
YUV 134.9 68.23 46.04 -
System Red Green Blue C M Y K H S L
Decimal 20 214 29 0.91 0 0.86 0.16 122.78 0.83 0.46
Hex 14 D6 1D 5B 0 56 10 7B 53 2E
Octal 24 326 35 133 0 126 20 173 123 56
Binary 10100 11010110 11101 1011011 0 1010110 10000 1111011 1010011 101110

Color Harmonies of #14D61D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14D61D

Black with #14D61D

Text Example


Text Example

White with #14D61D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,214,29); }

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

background-color css

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

 a { background-color: rgb(20,214,29); }

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

border-color css

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

 span { border-color: rgb(20,214,29); }

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