Html Css Color HEX #14DD2F Lime Green

📋 copy color: '#14DD2F'

red 20 ◦ green 221 ◦ blue 47

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

Shades of Lime Green #14DD2F

Tints of Lime Green #14DD2F

RGB

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

 GREEN value IS 221 (86.72% from 255) = 76.74%

 BLUE value IS 47 (18.75% from 255) = 16.32%

R = 6.94%
G = 76.74%
B = 16.32%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#14DD2F (or 0x14DD2F) is known color: Lime Green. HEX triplet: 14, DD and 2F. RGB value is (20,221,47). Sum of RGB (Red+Green+Blue) = 20+221+47=288 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.94% from 288); Green value is 221 (86.72% from 255 or 76.74% from 288); Blue value is 47 (18.75% from 255 or 16.32% from 288); Max value from RGB is 221 - color contains mainly: green. Hex color #14DD2F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14DD2F is #EB22D0. Grayscale: #8D8D8D. Windows color (decimal): -15409873 or 3136788. OLE color: 3136788.

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

Color convert

RGB 20 221 47 -
CMYK 0.91 0 0.79 0.13
HSL 128.06º 0.83% 0.47% -
HSV(B) 128.06º 0.91% 0.87% -
XYZ 26.66 52.07 11.33 -
YUV 141.07 74.91 41.65 -
System Red Green Blue C M Y K H S L
Decimal 20 221 47 0.91 0 0.79 0.13 128.06 0.83 0.47
Hex 14 DD 2F 5B 0 4F D 80 53 2F
Octal 24 335 57 133 0 117 15 200 123 57
Binary 10100 11011101 101111 1011011 0 1001111 1101 10000000 1010011 101111

Color Harmonies of #14DD2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14DD2F

Black with #14DD2F

Text Example


Text Example

White with #14DD2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,221,47); }

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

background-color css

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

 a { background-color: rgb(20,221,47); }

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

border-color css

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

 span { border-color: rgb(20,221,47); }

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