Html Css Color HEX #14CA21 Lime Green

📋 copy color: '#14CA21'

red 20 ◦ green 202 ◦ blue 33

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

Shades of Lime Green #14CA21

Tints of Lime Green #14CA21

RGB

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

 GREEN value IS 202 (79.3% from 255) = 79.22%

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

R = 7.84%
G = 79.22%
B = 12.94%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.84

 K value IS 0.21

RGB Variations

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

Color information

#14CA21 (or 0x14CA21) is known color: Lime Green. HEX triplet: 14, CA and 21. RGB value is (20,202,33). Sum of RGB (Red+Green+Blue) = 20+202+33=255 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.84% from 255); Green value is 202 (79.30% from 255 or 79.22% from 255); Blue value is 33 (13.28% from 255 or 12.94% from 255); Max value from RGB is 202 - color contains mainly: green. Hex color #14CA21 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14CA21 is #EB35DE. Grayscale: #808080. Windows color (decimal): -15414751 or 2214420. OLE color: 2214420.

HSL color Cylindrical-coordinate representation of color #14CA21: hue angle of 124.29º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14CA21 is Cyan = 0.90, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.21.

Color convert

RGB 20 202 33 -
CMYK 0.90 0 0.84 0.21
HSL 124.29º 0.82% 0.44% -
HSV(B) 124.29º 0.9% 0.79% -
XYZ 21.68 42.5 8.5 -
YUV 128.32 74.2 50.74 -
System Red Green Blue C M Y K H S L
Decimal 20 202 33 0.90 0 0.84 0.21 124.29 0.82 0.44
Hex 14 CA 21 5A 0 54 15 7C 52 2C
Octal 24 312 41 132 0 124 25 174 122 54
Binary 10100 11001010 100001 1011010 0 1010100 10101 1111100 1010010 101100

Color Harmonies of #14CA21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14CA21

Black with #14CA21

Text Example


Text Example

White with #14CA21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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