Html Css Color HEX #14D830 Lime Green

📋 copy color: '#14D830'

red 20 ◦ green 216 ◦ blue 48

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

Shades of Lime Green #14D830

Tints of Lime Green #14D830

RGB

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

 GREEN value IS 216 (84.77% from 255) = 76.06%

 BLUE value IS 48 (19.14% from 255) = 16.9%

R = 7.04%
G = 76.06%
B = 16.9%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#14D830 (or 0x14D830) is known color: Lime Green. HEX triplet: 14, D8 and 30. RGB value is (20,216,48). Sum of RGB (Red+Green+Blue) = 20+216+48=284 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.04% from 284); Green value is 216 (84.77% from 255 or 76.06% from 284); Blue value is 48 (19.14% from 255 or 16.90% from 284); Max value from RGB is 216 - color contains mainly: green. Hex color #14D830 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14D830 is #EB27CF. Grayscale: #8A8A8A. Windows color (decimal): -15411152 or 3201044. OLE color: 3201044.

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

Color convert

RGB 20 216 48 -
CMYK 0.91 0 0.78 0.15
HSL 128.57º 0.83% 0.46% -
HSV(B) 128.57º 0.91% 0.85% -
XYZ 25.38 49.47 11.01 -
YUV 138.24 77.07 43.66 -
System Red Green Blue C M Y K H S L
Decimal 20 216 48 0.91 0 0.78 0.15 128.57 0.83 0.46
Hex 14 D8 30 5B 0 4E F 81 53 2E
Octal 24 330 60 133 0 116 17 201 123 56
Binary 10100 11011000 110000 1011011 0 1001110 1111 10000001 1010011 101110

Color Harmonies of #14D830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14D830

Black with #14D830

Text Example


Text Example

White with #14D830

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,216,48); }

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

background-color css

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

 a { background-color: rgb(20,216,48); }

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

border-color css

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

 span { border-color: rgb(20,216,48); }

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