Html Css Color HEX #14D62B Lime Green

📋 copy color: '#14D62B'

red 20 ◦ green 214 ◦ blue 43

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

Shades of Lime Green #14D62B

Tints of Lime Green #14D62B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 15.52%

R = 7.22%
G = 77.26%
B = 15.52%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.80

 K value IS 0.16

RGB Variations

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

Color information

#14D62B (or 0x14D62B) is known color: Lime Green. HEX triplet: 14, D6 and 2B. RGB value is (20,214,43). Sum of RGB (Red+Green+Blue) = 20+214+43=277 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.22% from 277); Green value is 214 (83.98% from 255 or 77.26% from 277); Blue value is 43 (17.19% from 255 or 15.52% from 277); Max value from RGB is 214 - color contains mainly: green. Hex color #14D62B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14D62B is #EB29D4. Grayscale: #888888. Windows color (decimal): -15411669 or 2872852. OLE color: 2872852.

HSL color Cylindrical-coordinate representation of color #14D62B: hue angle of 127.11º 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 #14D62B is Cyan = 0.91, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.16.

Color convert

RGB 20 214 43 -
CMYK 0.91 0 0.80 0.16
HSL 127.11º 0.83% 0.46% -
HSV(B) 127.11º 0.91% 0.84% -
XYZ 24.77 48.42 10.33 -
YUV 136.5 75.23 44.9 -
System Red Green Blue C M Y K H S L
Decimal 20 214 43 0.91 0 0.80 0.16 127.11 0.83 0.46
Hex 14 D6 2B 5B 0 50 10 7F 53 2E
Octal 24 326 53 133 0 120 20 177 123 56
Binary 10100 11010110 101011 1011011 0 1010000 10000 1111111 1010011 101110

Color Harmonies of #14D62B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14D62B

Black with #14D62B

Text Example


Text Example

White with #14D62B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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