Html Css Color HEX #14D52B Lime Green

📋 copy color: '#14D52B'

red 20 ◦ green 213 ◦ blue 43

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

Shades of Lime Green #14D52B

Tints of Lime Green #14D52B

RGB

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

 GREEN value IS 213 (83.59% from 255) = 77.17%

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

R = 7.25%
G = 77.17%
B = 15.58%

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

#14D52B (or 0x14D52B) is known color: Lime Green. HEX triplet: 14, D5 and 2B. RGB value is (20,213,43). Sum of RGB (Red+Green+Blue) = 20+213+43=276 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.25% from 276); Green value is 213 (83.59% from 255 or 77.17% from 276); Blue value is 43 (17.19% from 255 or 15.58% from 276); Max value from RGB is 213 - color contains mainly: green. Hex color #14D52B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14D52B is #EB2AD4. Grayscale: #888888. Windows color (decimal): -15411925 or 2872596. OLE color: 2872596.

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

Color convert

RGB 20 213 43 -
CMYK 0.91 0 0.80 0.16
HSL 127.15º 0.83% 0.46% -
HSV(B) 127.15º 0.91% 0.84% -
XYZ 24.52 47.91 10.24 -
YUV 135.91 75.56 45.32 -
System Red Green Blue C M Y K H S L
Decimal 20 213 43 0.91 0 0.80 0.16 127.15 0.83 0.46
Hex 14 D5 2B 5B 0 50 10 7F 53 2E
Octal 24 325 53 133 0 120 20 177 123 56
Binary 10100 11010101 101011 1011011 0 1010000 10000 1111111 1010011 101110

Color Harmonies of #14D52B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14D52B

Black with #14D52B

Text Example


Text Example

White with #14D52B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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