Html Css Color HEX #14DA23 Lime Green

📋 copy color: '#14DA23'

red 20 ◦ green 218 ◦ blue 35

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

Shades of Lime Green #14DA23

Tints of Lime Green #14DA23

RGB

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

 GREEN value IS 218 (85.55% from 255) = 79.85%

 BLUE value IS 35 (14.06% from 255) = 12.82%

R = 7.33%
G = 79.85%
B = 12.82%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.84

 K value IS 0.15

RGB Variations

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

Color information

#14DA23 (or 0x14DA23) is known color: Lime Green. HEX triplet: 14, DA and 23. RGB value is (20,218,35). Sum of RGB (Red+Green+Blue) = 20+218+35=273 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.33% from 273); Green value is 218 (85.55% from 255 or 79.85% from 273); Blue value is 35 (14.06% from 255 or 12.82% from 273); Max value from RGB is 218 - color contains mainly: green. Hex color #14DA23 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14DA23 is #EB25DC. Grayscale: #8A8A8A. Windows color (decimal): -15410653 or 2349588. OLE color: 2349588.

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

Color convert

RGB 20 218 35 -
CMYK 0.91 0 0.84 0.15
HSL 124.55º 0.83% 0.47% -
HSV(B) 124.55º 0.91% 0.85% -
XYZ 25.66 50.41 9.97 -
YUV 137.94 69.9 43.88 -
System Red Green Blue C M Y K H S L
Decimal 20 218 35 0.91 0 0.84 0.15 124.55 0.83 0.47
Hex 14 DA 23 5B 0 54 F 7D 53 2F
Octal 24 332 43 133 0 124 17 175 123 57
Binary 10100 11011010 100011 1011011 0 1010100 1111 1111101 1010011 101111

Color Harmonies of #14DA23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14DA23

Black with #14DA23

Text Example


Text Example

White with #14DA23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,218,35); }

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

background-color css

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

 a { background-color: rgb(20,218,35); }

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

border-color css

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

 span { border-color: rgb(20,218,35); }

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