Html Css Color HEX #14D628 Lime Green

📋 copy color: '#14D628'

red 20 ◦ green 214 ◦ blue 40

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

Shades of Lime Green #14D628

Tints of Lime Green #14D628

RGB

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

 GREEN value IS 214 (83.98% from 255) = 78.1%

 BLUE value IS 40 (16.02% from 255) = 14.6%

R = 7.3%
G = 78.1%
B = 14.6%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.81

 K value IS 0.16

RGB Variations

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

Color information

#14D628 (or 0x14D628) is known color: Lime Green. HEX triplet: 14, D6 and 28. RGB value is (20,214,40). Sum of RGB (Red+Green+Blue) = 20+214+40=274 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.30% from 274); Green value is 214 (83.98% from 255 or 78.10% from 274); Blue value is 40 (16.02% from 255 or 14.60% from 274); Max value from RGB is 214 - color contains mainly: green. Hex color #14D628 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14D628 is #EB29D7. Grayscale: #888888. Windows color (decimal): -15411672 or 2676244. OLE color: 2676244.

HSL color Cylindrical-coordinate representation of color #14D628: hue angle of 126.19º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14D628 is Cyan = 0.91, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.16.

Color convert

RGB 20 214 40 -
CMYK 0.91 0 0.81 0.16
HSL 126.19º 0.83% 0.46% -
HSV(B) 126.19º 0.91% 0.84% -
XYZ 24.72 48.4 10.05 -
YUV 136.16 73.73 45.15 -
System Red Green Blue C M Y K H S L
Decimal 20 214 40 0.91 0 0.81 0.16 126.19 0.83 0.46
Hex 14 D6 28 5B 0 51 10 7E 53 2E
Octal 24 326 50 133 0 121 20 176 123 56
Binary 10100 11010110 101000 1011011 0 1010001 10000 1111110 1010011 101110

Color Harmonies of #14D628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14D628

Black with #14D628

Text Example


Text Example

White with #14D628

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,214,40); }

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

background-color css

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

 a { background-color: rgb(20,214,40); }

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

border-color css

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

 span { border-color: rgb(20,214,40); }

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