Html Css Color HEX #14DE2C Lime Green

📋 copy color: '#14DE2C'

red 20 ◦ green 222 ◦ blue 44

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

Shades of Lime Green #14DE2C

Tints of Lime Green #14DE2C

RGB

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

 GREEN value IS 222 (87.11% from 255) = 77.62%

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

R = 6.99%
G = 77.62%
B = 15.38%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.80

 K value IS 0.13

RGB Variations

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

Color information

#14DE2C (or 0x14DE2C) is known color: Lime Green. HEX triplet: 14, DE and 2C. RGB value is (20,222,44). Sum of RGB (Red+Green+Blue) = 20+222+44=286 (37% of max value = 765). Red value is 20 (8.20% from 255 or 6.99% from 286); Green value is 222 (87.11% from 255 or 77.62% from 286); Blue value is 44 (17.58% from 255 or 15.38% from 286); Max value from RGB is 222 - color contains mainly: green. Hex color #14DE2C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14DE2C is #EB21D3. Grayscale: #8D8D8D. Windows color (decimal): -15409620 or 2940436. OLE color: 2940436.

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

Color convert

RGB 20 222 44 -
CMYK 0.91 0 0.80 0.13
HSL 127.13º 0.83% 0.47% -
HSV(B) 127.13º 0.91% 0.87% -
XYZ 26.86 52.57 11.11 -
YUV 141.31 73.08 41.47 -
System Red Green Blue C M Y K H S L
Decimal 20 222 44 0.91 0 0.80 0.13 127.13 0.83 0.47
Hex 14 DE 2C 5B 0 50 D 7F 53 2F
Octal 24 336 54 133 0 120 15 177 123 57
Binary 10100 11011110 101100 1011011 0 1010000 1101 1111111 1010011 101111

Color Harmonies of #14DE2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14DE2C

Black with #14DE2C

Text Example


Text Example

White with #14DE2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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