Html Css Color HEX #14DA24 Lime Green

📋 copy color: '#14DA24'

red 20 ◦ green 218 ◦ blue 36

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

Shades of Lime Green #14DA24

Tints of Lime Green #14DA24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 13.14%

R = 7.3%
G = 79.56%
B = 13.14%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.83

 K value IS 0.15

RGB Variations

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

Color information

#14DA24 (or 0x14DA24) is known color: Lime Green. HEX triplet: 14, DA and 24. RGB value is (20,218,36). Sum of RGB (Red+Green+Blue) = 20+218+36=274 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.30% from 274); Green value is 218 (85.55% from 255 or 79.56% from 274); Blue value is 36 (14.45% from 255 or 13.14% from 274); Max value from RGB is 218 - color contains mainly: green. Hex color #14DA24 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14DA24 is #EB25DB. Grayscale: #8A8A8A. Windows color (decimal): -15410652 or 2415124. OLE color: 2415124.

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

Color convert

RGB 20 218 36 -
CMYK 0.91 0 0.83 0.15
HSL 124.85º 0.83% 0.47% -
HSV(B) 124.85º 0.91% 0.85% -
XYZ 25.68 50.42 10.05 -
YUV 138.05 70.4 43.8 -
System Red Green Blue C M Y K H S L
Decimal 20 218 36 0.91 0 0.83 0.15 124.85 0.83 0.47
Hex 14 DA 24 5B 0 53 F 7D 53 2F
Octal 24 332 44 133 0 123 17 175 123 57
Binary 10100 11011010 100100 1011011 0 1010011 1111 1111101 1010011 101111

Color Harmonies of #14DA24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14DA24

Black with #14DA24

Text Example


Text Example

White with #14DA24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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