Html Css Color HEX #14C920 Lime Green

📋 copy color: '#14C920'

red 20 ◦ green 201 ◦ blue 32

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

Shades of Lime Green #14C920

Tints of Lime Green #14C920

RGB

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

 GREEN value IS 201 (78.91% from 255) = 79.45%

 BLUE value IS 32 (12.89% from 255) = 12.65%

R = 7.91%
G = 79.45%
B = 12.65%

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

#14C920 (or 0x14C920) is known color: Lime Green. HEX triplet: 14, C9 and 20. RGB value is (20,201,32). Sum of RGB (Red+Green+Blue) = 20+201+32=253 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.91% from 253); Green value is 201 (78.91% from 255 or 79.45% from 253); Blue value is 32 (12.89% from 255 or 12.65% from 253); Max value from RGB is 201 - color contains mainly: green. Hex color #14C920 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14C920 is #EB36DF. Grayscale: #808080. Windows color (decimal): -15415008 or 2148628. OLE color: 2148628.

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

Color convert

RGB 20 201 32 -
CMYK 0.90 0 0.84 0.21
HSL 123.98º 0.82% 0.43% -
HSV(B) 123.98º 0.9% 0.79% -
XYZ 21.44 42.03 8.35 -
YUV 127.62 74.03 51.24 -
System Red Green Blue C M Y K H S L
Decimal 20 201 32 0.90 0 0.84 0.21 123.98 0.82 0.43
Hex 14 C9 20 5A 0 54 15 7C 52 2B
Octal 24 311 40 132 0 124 25 174 122 53
Binary 10100 11001001 100000 1011010 0 1010100 10101 1111100 1010010 101011

Color Harmonies of #14C920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14C920

Black with #14C920

Text Example


Text Example

White with #14C920

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,201,32); }

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

background-color css

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

 a { background-color: rgb(20,201,32); }

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

border-color css

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

 span { border-color: rgb(20,201,32); }

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