Html Css Color HEX #14CC0F Lime Green

📋 copy color: '#14CC0F'

red 20 ◦ green 204 ◦ blue 15

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

Shades of Lime Green #14CC0F

Tints of Lime Green #14CC0F

RGB

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

 GREEN value IS 204 (80.08% from 255) = 85.36%

 BLUE value IS 15 (6.25% from 255) = 6.28%

R = 8.37%
G = 85.36%
B = 6.28%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.93

 K value IS 0.2

RGB Variations

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

Color information

#14CC0F (or 0x14CC0F) is known color: Lime Green. HEX triplet: 14, CC and 0F. RGB value is (20,204,15). Sum of RGB (Red+Green+Blue) = 20+204+15=239 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.37% from 239); Green value is 204 (80.08% from 255 or 85.36% from 239); Blue value is 15 (6.25% from 255 or 6.28% from 239); Max value from RGB is 204 - color contains mainly: green. Hex color #14CC0F is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #14CC0F is #EB33F0. Grayscale: #808080. Windows color (decimal): -15414257 or 1035284. OLE color: 1035284.

HSL color Cylindrical-coordinate representation of color #14CC0F: hue angle of 118.41º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #14CC0F is Cyan = 0.90, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.2.

Color convert

RGB 20 204 15 -
CMYK 0.90 0 0.93 0.2
HSL 118.41º 0.86% 0.43% -
HSV(B) 118.41º 0.93% 0.8% -
XYZ 21.97 43.37 7.67 -
YUV 127.44 64.54 51.37 -
System Red Green Blue C M Y K H S L
Decimal 20 204 15 0.90 0 0.93 0.2 118.41 0.86 0.43
Hex 14 CC F 5A 0 5D 14 76 56 2B
Octal 24 314 17 132 0 135 24 166 126 53
Binary 10100 11001100 1111 1011010 0 1011101 10100 1110110 1010110 101011

Color Harmonies of #14CC0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14CC0F

Black with #14CC0F

Text Example


Text Example

White with #14CC0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,204,15); }

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

background-color css

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

 a { background-color: rgb(20,204,15); }

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

border-color css

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

 span { border-color: rgb(20,204,15); }

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