Html Css Color HEX #14C51E Lime Green

📋 copy color: '#14C51E'

red 20 ◦ green 197 ◦ blue 30

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

Shades of Lime Green #14C51E

Tints of Lime Green #14C51E

RGB

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

 GREEN value IS 197 (77.34% from 255) = 79.76%

 BLUE value IS 30 (12.11% from 255) = 12.15%

R = 8.1%
G = 79.76%
B = 12.15%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.85

 K value IS 0.23

RGB Variations

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

Color information

#14C51E (or 0x14C51E) is known color: Lime Green. HEX triplet: 14, C5 and 1E. RGB value is (20,197,30). Sum of RGB (Red+Green+Blue) = 20+197+30=247 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.10% from 247); Green value is 197 (77.34% from 255 or 79.76% from 247); Blue value is 30 (12.11% from 255 or 12.15% from 247); Max value from RGB is 197 - color contains mainly: green. Hex color #14C51E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14C51E is #EB3AE1. Grayscale: #7D7D7D. Windows color (decimal): -15416034 or 2016532. OLE color: 2016532.

HSL color Cylindrical-coordinate representation of color #14C51E: hue angle of 123.39º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14C51E is Cyan = 0.90, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.23.

Color convert

RGB 20 197 30 -
CMYK 0.90 0 0.85 0.23
HSL 123.39º 0.82% 0.43% -
HSV(B) 123.39º 0.9% 0.77% -
XYZ 20.49 40.17 7.9 -
YUV 125.04 74.36 53.08 -
System Red Green Blue C M Y K H S L
Decimal 20 197 30 0.90 0 0.85 0.23 123.39 0.82 0.43
Hex 14 C5 1E 5A 0 55 17 7B 52 2B
Octal 24 305 36 132 0 125 27 173 122 53
Binary 10100 11000101 11110 1011010 0 1010101 10111 1111011 1010010 101011

Color Harmonies of #14C51E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14C51E

Black with #14C51E

Text Example


Text Example

White with #14C51E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,197,30); }

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

background-color css

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

 a { background-color: rgb(20,197,30); }

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

border-color css

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

 span { border-color: rgb(20,197,30); }

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