Html Css Color HEX #14DF31 Lime Green

📋 copy color: '#14DF31'

red 20 ◦ green 223 ◦ blue 49

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

Shades of Lime Green #14DF31

Tints of Lime Green #14DF31

RGB

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

 GREEN value IS 223 (87.5% from 255) = 76.37%

 BLUE value IS 49 (19.53% from 255) = 16.78%

R = 6.85%
G = 76.37%
B = 16.78%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#14DF31 (or 0x14DF31) is known color: Lime Green. HEX triplet: 14, DF and 31. RGB value is (20,223,49). Sum of RGB (Red+Green+Blue) = 20+223+49=292 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.85% from 292); Green value is 223 (87.5% from 255 or 76.37% from 292); Blue value is 49 (19.53% from 255 or 16.78% from 292); Max value from RGB is 223 - color contains mainly: green. Hex color #14DF31 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14DF31 is #EB20CE. Grayscale: #8E8E8E. Windows color (decimal): -15409359 or 3268372. OLE color: 3268372.

HSL color Cylindrical-coordinate representation of color #14DF31: hue angle of 128.57º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14DF31 is Cyan = 0.91, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.13.

Color convert

RGB 20 223 49 -
CMYK 0.91 0 0.78 0.13
HSL 128.57º 0.84% 0.48% -
HSV(B) 128.57º 0.91% 0.87% -
XYZ 27.23 53.15 11.73 -
YUV 142.47 75.25 40.65 -
System Red Green Blue C M Y K H S L
Decimal 20 223 49 0.91 0 0.78 0.13 128.57 0.84 0.48
Hex 14 DF 31 5B 0 4E D 81 54 30
Octal 24 337 61 133 0 116 15 201 124 60
Binary 10100 11011111 110001 1011011 0 1001110 1101 10000001 1010100 110000

Color Harmonies of #14DF31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14DF31

Black with #14DF31

Text Example


Text Example

White with #14DF31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,223,49); }

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

background-color css

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

 a { background-color: rgb(20,223,49); }

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

border-color css

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

 span { border-color: rgb(20,223,49); }

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