Html Css Color HEX #14B71B Lime Green

📋 copy color: '#14B71B'

red 20 ◦ green 183 ◦ blue 27

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

Shades of Lime Green #14B71B

Tints of Lime Green #14B71B

RGB

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

 GREEN value IS 183 (71.88% from 255) = 79.57%

 BLUE value IS 27 (10.94% from 255) = 11.74%

R = 8.7%
G = 79.57%
B = 11.74%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.85

 K value IS 0.28

RGB Variations

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

Color information

#14B71B (or 0x14B71B) is known color: Lime Green. HEX triplet: 14, B7 and 1B. RGB value is (20,183,27). Sum of RGB (Red+Green+Blue) = 20+183+27=230 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.70% from 230); Green value is 183 (71.88% from 255 or 79.57% from 230); Blue value is 27 (10.94% from 255 or 11.74% from 230); Max value from RGB is 183 - color contains mainly: green. Hex color #14B71B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14B71B is #EB48E4. Grayscale: #747474. Windows color (decimal): -15419621 or 1816340. OLE color: 1816340.

HSL color Cylindrical-coordinate representation of color #14B71B: hue angle of 122.58º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #14B71B is Cyan = 0.89, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.28.

Color convert

RGB 20 183 27 -
CMYK 0.89 0 0.85 0.28
HSL 122.58º 0.8% 0.4% -
HSV(B) 122.58º 0.89% 0.72% -
XYZ 17.42 34.09 6.7 -
YUV 116.48 77.5 59.18 -
System Red Green Blue C M Y K H S L
Decimal 20 183 27 0.89 0 0.85 0.28 122.58 0.8 0.4
Hex 14 B7 1B 59 0 55 1C 7B 50 28
Octal 24 267 33 131 0 125 34 173 120 50
Binary 10100 10110111 11011 1011001 0 1010101 11100 1111011 1010000 101000

Color Harmonies of #14B71B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14B71B

Black with #14B71B

Text Example


Text Example

White with #14B71B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,183,27); }

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

background-color css

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

 a { background-color: rgb(20,183,27); }

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

border-color css

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

 span { border-color: rgb(20,183,27); }

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