Html Css Color HEX #14D727 Lime Green

📋 copy color: '#14D727'

red 20 ◦ green 215 ◦ blue 39

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

Shades of Lime Green #14D727

Tints of Lime Green #14D727

RGB

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

 GREEN value IS 215 (84.38% from 255) = 78.47%

 BLUE value IS 39 (15.63% from 255) = 14.23%

R = 7.3%
G = 78.47%
B = 14.23%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.82

 K value IS 0.16

RGB Variations

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

Color information

#14D727 (or 0x14D727) is known color: Lime Green. HEX triplet: 14, D7 and 27. RGB value is (20,215,39). Sum of RGB (Red+Green+Blue) = 20+215+39=274 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.30% from 274); Green value is 215 (84.38% from 255 or 78.47% from 274); Blue value is 39 (15.62% from 255 or 14.23% from 274); Max value from RGB is 215 - color contains mainly: green. Hex color #14D727 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14D727 is #EB28D8. Grayscale: #898989. Windows color (decimal): -15411417 or 2610964. OLE color: 2610964.

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

Color convert

RGB 20 215 39 -
CMYK 0.91 0 0.82 0.16
HSL 125.85º 0.83% 0.46% -
HSV(B) 125.85º 0.91% 0.84% -
XYZ 24.96 48.9 10.04 -
YUV 136.63 72.9 44.81 -
System Red Green Blue C M Y K H S L
Decimal 20 215 39 0.91 0 0.82 0.16 125.85 0.83 0.46
Hex 14 D7 27 5B 0 52 10 7E 53 2E
Octal 24 327 47 133 0 122 20 176 123 56
Binary 10100 11010111 100111 1011011 0 1010010 10000 1111110 1010011 101110

Color Harmonies of #14D727

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14D727

Black with #14D727

Text Example


Text Example

White with #14D727

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,215,39); }

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

background-color css

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

 a { background-color: rgb(20,215,39); }

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

border-color css

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

 span { border-color: rgb(20,215,39); }

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