Html Css Color HEX #14CD28 Lime Green

📋 copy color: '#14CD28'

red 20 ◦ green 205 ◦ blue 40

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

Shades of Lime Green #14CD28

Tints of Lime Green #14CD28

RGB

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

 GREEN value IS 205 (80.47% from 255) = 77.36%

 BLUE value IS 40 (16.02% from 255) = 15.09%

R = 7.55%
G = 77.36%
B = 15.09%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.80

 K value IS 0.20

RGB Variations

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

Color information

#14CD28 (or 0x14CD28) is known color: Lime Green. HEX triplet: 14, CD and 28. RGB value is (20,205,40). Sum of RGB (Red+Green+Blue) = 20+205+40=265 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.55% from 265); Green value is 205 (80.47% from 255 or 77.36% from 265); Blue value is 40 (16.02% from 255 or 15.09% from 265); Max value from RGB is 205 - color contains mainly: green. Hex color #14CD28 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14CD28 is #EB32D7. Grayscale: #838383. Windows color (decimal): -15413976 or 2673940. OLE color: 2673940.

HSL color Cylindrical-coordinate representation of color #14CD28: hue angle of 126.49º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14CD28 is Cyan = 0.90, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.20.

Color convert

RGB 20 205 40 -
CMYK 0.90 0 0.80 0.20
HSL 126.49º 0.82% 0.44% -
HSV(B) 126.49º 0.9% 0.8% -
XYZ 22.5 43.96 9.31 -
YUV 130.88 76.71 48.92 -
System Red Green Blue C M Y K H S L
Decimal 20 205 40 0.90 0 0.80 0.20 126.49 0.82 0.44
Hex 14 CD 28 5A 0 50 14 7E 52 2C
Octal 24 315 50 132 0 120 24 176 122 54
Binary 10100 11001101 101000 1011010 0 1010000 10100 1111110 1010010 101100

Color Harmonies of #14CD28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14CD28

Black with #14CD28

Text Example


Text Example

White with #14CD28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,205,40); }

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

background-color css

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

 a { background-color: rgb(20,205,40); }

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

border-color css

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

 span { border-color: rgb(20,205,40); }

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