Html Css Color HEX #14C924 Lime Green

📋 copy color: '#14C924'

red 20 ◦ green 201 ◦ blue 36

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

Shades of Lime Green #14C924

Tints of Lime Green #14C924

RGB

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

 GREEN value IS 201 (78.91% from 255) = 78.21%

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

R = 7.78%
G = 78.21%
B = 14.01%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.82

 K value IS 0.21

RGB Variations

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

Color information

#14C924 (or 0x14C924) is known color: Lime Green. HEX triplet: 14, C9 and 24. RGB value is (20,201,36). Sum of RGB (Red+Green+Blue) = 20+201+36=257 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.78% from 257); Green value is 201 (78.91% from 255 or 78.21% from 257); Blue value is 36 (14.45% from 255 or 14.01% from 257); Max value from RGB is 201 - color contains mainly: green. Hex color #14C924 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14C924 is #EB36DB. Grayscale: #808080. Windows color (decimal): -15415004 or 2410772. OLE color: 2410772.

HSL color Cylindrical-coordinate representation of color #14C924: hue angle of 125.3º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14C924 is Cyan = 0.90, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.21.

Color convert

RGB 20 201 36 -
CMYK 0.90 0 0.82 0.21
HSL 125.3º 0.82% 0.43% -
HSV(B) 125.3º 0.9% 0.79% -
XYZ 21.49 42.05 8.65 -
YUV 128.07 76.03 50.92 -
System Red Green Blue C M Y K H S L
Decimal 20 201 36 0.90 0 0.82 0.21 125.3 0.82 0.43
Hex 14 C9 24 5A 0 52 15 7D 52 2B
Octal 24 311 44 132 0 122 25 175 122 53
Binary 10100 11001001 100100 1011010 0 1010010 10101 1111101 1010010 101011

Color Harmonies of #14C924

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14C924

Black with #14C924

Text Example


Text Example

White with #14C924

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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