Html Css Color HEX #14D521 Lime Green

📋 copy color: '#14D521'

red 20 ◦ green 213 ◦ blue 33

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

Shades of Lime Green #14D521

Tints of Lime Green #14D521

RGB

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

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

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

R = 7.52%
G = 80.08%
B = 12.41%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.85

 K value IS 0.16

RGB Variations

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

Color information

#14D521 (or 0x14D521) is known color: Lime Green. HEX triplet: 14, D5 and 21. RGB value is (20,213,33). Sum of RGB (Red+Green+Blue) = 20+213+33=266 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.52% from 266); Green value is 213 (83.59% from 255 or 80.08% from 266); Blue value is 33 (13.28% from 255 or 12.41% from 266); Max value from RGB is 213 - color contains mainly: green. Hex color #14D521 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14D521 is #EB2ADE. Grayscale: #878787. Windows color (decimal): -15411935 or 2217236. OLE color: 2217236.

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

Color convert

RGB 20 213 33 -
CMYK 0.91 0 0.85 0.16
HSL 124.04º 0.83% 0.46% -
HSV(B) 124.04º 0.91% 0.84% -
XYZ 24.36 47.85 9.39 -
YUV 134.77 70.56 46.14 -
System Red Green Blue C M Y K H S L
Decimal 20 213 33 0.91 0 0.85 0.16 124.04 0.83 0.46
Hex 14 D5 21 5B 0 55 10 7C 53 2E
Octal 24 325 41 133 0 125 20 174 123 56
Binary 10100 11010101 100001 1011011 0 1010101 10000 1111100 1010011 101110

Color Harmonies of #14D521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14D521

Black with #14D521

Text Example


Text Example

White with #14D521

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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