Html Css Color HEX #14D32C Lime Green

📋 copy color: '#14D32C'

red 20 ◦ green 211 ◦ blue 44

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

Shades of Lime Green #14D32C

Tints of Lime Green #14D32C

RGB

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

 GREEN value IS 211 (82.81% from 255) = 76.73%

 BLUE value IS 44 (17.58% from 255) = 16%

R = 7.27%
G = 76.73%
B = 16%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.79

 K value IS 0.17

RGB Variations

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

Color information

#14D32C (or 0x14D32C) is known color: Lime Green. HEX triplet: 14, D3 and 2C. RGB value is (20,211,44). Sum of RGB (Red+Green+Blue) = 20+211+44=275 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.27% from 275); Green value is 211 (82.81% from 255 or 76.73% from 275); Blue value is 44 (17.58% from 255 or 16% from 275); Max value from RGB is 211 - color contains mainly: green. Hex color #14D32C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14D32C is #EB2CD3. Grayscale: #878787. Windows color (decimal): -15412436 or 2937620. OLE color: 2937620.

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

Color convert

RGB 20 211 44 -
CMYK 0.91 0 0.79 0.17
HSL 127.54º 0.83% 0.45% -
HSV(B) 127.54º 0.91% 0.83% -
XYZ 24.04 46.92 10.17 -
YUV 134.85 76.72 46.08 -
System Red Green Blue C M Y K H S L
Decimal 20 211 44 0.91 0 0.79 0.17 127.54 0.83 0.45
Hex 14 D3 2C 5B 0 4F 11 80 53 2D
Octal 24 323 54 133 0 117 21 200 123 55
Binary 10100 11010011 101100 1011011 0 1001111 10001 10000000 1010011 101101

Color Harmonies of #14D32C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14D32C

Black with #14D32C

Text Example


Text Example

White with #14D32C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,211,44); }

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

background-color css

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

 a { background-color: rgb(20,211,44); }

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

border-color css

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

 span { border-color: rgb(20,211,44); }

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