Html Css Color HEX #14D921 Lime Green

📋 copy color: '#14D921'

red 20 ◦ green 217 ◦ blue 33

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

Shades of Lime Green #14D921

Tints of Lime Green #14D921

RGB

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

 GREEN value IS 217 (85.16% from 255) = 80.37%

 BLUE value IS 33 (13.28% from 255) = 12.22%

R = 7.41%
G = 80.37%
B = 12.22%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.85

 K value IS 0.15

RGB Variations

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

Color information

#14D921 (or 0x14D921) is known color: Lime Green. HEX triplet: 14, D9 and 21. RGB value is (20,217,33). Sum of RGB (Red+Green+Blue) = 20+217+33=270 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.41% from 270); Green value is 217 (85.16% from 255 or 80.37% from 270); Blue value is 33 (13.28% from 255 or 12.22% from 270); Max value from RGB is 217 - color contains mainly: green. Hex color #14D921 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14D921 is #EB26DE. Grayscale: #898989. Windows color (decimal): -15410911 or 2218260. OLE color: 2218260.

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

Color convert

RGB 20 217 33 -
CMYK 0.91 0 0.85 0.15
HSL 123.96º 0.83% 0.46% -
HSV(B) 123.96º 0.91% 0.85% -
XYZ 25.38 49.88 9.73 -
YUV 137.12 69.23 44.46 -
System Red Green Blue C M Y K H S L
Decimal 20 217 33 0.91 0 0.85 0.15 123.96 0.83 0.46
Hex 14 D9 21 5B 0 55 F 7C 53 2E
Octal 24 331 41 133 0 125 17 174 123 56
Binary 10100 11011001 100001 1011011 0 1010101 1111 1111100 1010011 101110

Color Harmonies of #14D921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14D921

Black with #14D921

Text Example


Text Example

White with #14D921

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,217,33); }

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

background-color css

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

 a { background-color: rgb(20,217,33); }

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

border-color css

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

 span { border-color: rgb(20,217,33); }

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