Html Css Color HEX #14DA31 Lime Green

📋 copy color: '#14DA31'

red 20 ◦ green 218 ◦ blue 49

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

Shades of Lime Green #14DA31

Tints of Lime Green #14DA31

RGB

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

 GREEN value IS 218 (85.55% from 255) = 75.96%

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

R = 6.97%
G = 75.96%
B = 17.07%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#14DA31 (or 0x14DA31) is known color: Lime Green. HEX triplet: 14, DA and 31. RGB value is (20,218,49). Sum of RGB (Red+Green+Blue) = 20+218+49=287 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.97% from 287); Green value is 218 (85.55% from 255 or 75.96% from 287); Blue value is 49 (19.53% from 255 or 17.07% from 287); Max value from RGB is 218 - color contains mainly: green. Hex color #14DA31 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14DA31 is #EB25CE. Grayscale: #8C8C8C. Windows color (decimal): -15410639 or 3267092. OLE color: 3267092.

HSL color Cylindrical-coordinate representation of color #14DA31: hue angle of 128.79º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14DA31 is Cyan = 0.91, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.15.

Color convert

RGB 20 218 49 -
CMYK 0.91 0 0.78 0.15
HSL 128.79º 0.83% 0.47% -
HSV(B) 128.79º 0.91% 0.85% -
XYZ 25.91 50.51 11.29 -
YUV 139.53 76.9 42.74 -
System Red Green Blue C M Y K H S L
Decimal 20 218 49 0.91 0 0.78 0.15 128.79 0.83 0.47
Hex 14 DA 31 5B 0 4E F 81 53 2F
Octal 24 332 61 133 0 116 17 201 123 57
Binary 10100 11011010 110001 1011011 0 1001110 1111 10000001 1010011 101111

Color Harmonies of #14DA31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14DA31

Black with #14DA31

Text Example


Text Example

White with #14DA31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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