Html Css Color HEX #14D51D Lime Green

📋 copy color: '#14D51D'

red 20 ◦ green 213 ◦ blue 29

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

Shades of Lime Green #14D51D

Tints of Lime Green #14D51D

RGB

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

 GREEN value IS 213 (83.59% from 255) = 81.3%

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

R = 7.63%
G = 81.3%
B = 11.07%

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

#14D51D (or 0x14D51D) is known color: Lime Green. HEX triplet: 14, D5 and 1D. RGB value is (20,213,29). Sum of RGB (Red+Green+Blue) = 20+213+29=262 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.63% from 262); Green value is 213 (83.59% from 255 or 81.30% from 262); Blue value is 29 (11.72% from 255 or 11.07% from 262); Max value from RGB is 213 - color contains mainly: green. Hex color #14D51D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14D51D is #EB2AE2. Grayscale: #868686. Windows color (decimal): -15411939 or 1955092. OLE color: 1955092.

HSL color Cylindrical-coordinate representation of color #14D51D: hue angle of 122.8º 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 #14D51D is Cyan = 0.91, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.16.

Color convert

RGB 20 213 29 -
CMYK 0.91 0 0.86 0.16
HSL 122.8º 0.83% 0.46% -
HSV(B) 122.8º 0.91% 0.84% -
XYZ 24.3 47.83 9.11 -
YUV 134.32 68.56 46.46 -
System Red Green Blue C M Y K H S L
Decimal 20 213 29 0.91 0 0.86 0.16 122.8 0.83 0.46
Hex 14 D5 1D 5B 0 56 10 7B 53 2E
Octal 24 325 35 133 0 126 20 173 123 56
Binary 10100 11010101 11101 1011011 0 1010110 10000 1111011 1010011 101110

Color Harmonies of #14D51D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14D51D

Black with #14D51D

Text Example


Text Example

White with #14D51D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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