Html Css Color HEX #14DD2D Lime Green

📋 copy color: '#14DD2D'

red 20 ◦ green 221 ◦ blue 45

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

Shades of Lime Green #14DD2D

Tints of Lime Green #14DD2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 15.73%

R = 6.99%
G = 77.27%
B = 15.73%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.80

 K value IS 0.13

RGB Variations

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

Color information

#14DD2D (or 0x14DD2D) is known color: Lime Green. HEX triplet: 14, DD and 2D. RGB value is (20,221,45). Sum of RGB (Red+Green+Blue) = 20+221+45=286 (37% of max value = 765). Red value is 20 (8.20% from 255 or 6.99% from 286); Green value is 221 (86.72% from 255 or 77.27% from 286); Blue value is 45 (17.97% from 255 or 15.73% from 286); Max value from RGB is 221 - color contains mainly: green. Hex color #14DD2D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14DD2D is #EB22D2. Grayscale: #8D8D8D. Windows color (decimal): -15409875 or 3005716. OLE color: 3005716.

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

Color convert

RGB 20 221 45 -
CMYK 0.91 0 0.80 0.13
HSL 127.46º 0.83% 0.47% -
HSV(B) 127.46º 0.91% 0.87% -
XYZ 26.62 52.05 11.13 -
YUV 140.84 73.91 41.81 -
System Red Green Blue C M Y K H S L
Decimal 20 221 45 0.91 0 0.80 0.13 127.46 0.83 0.47
Hex 14 DD 2D 5B 0 50 D 7F 53 2F
Octal 24 335 55 133 0 120 15 177 123 57
Binary 10100 11011101 101101 1011011 0 1010000 1101 1111111 1010011 101111

Color Harmonies of #14DD2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14DD2D

Black with #14DD2D

Text Example


Text Example

White with #14DD2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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