Html Css Color HEX #14CF20 Lime Green

📋 copy color: '#14CF20'

red 20 ◦ green 207 ◦ blue 32

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

Shades of Lime Green #14CF20

Tints of Lime Green #14CF20

RGB

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

 GREEN value IS 207 (81.25% from 255) = 79.92%

 BLUE value IS 32 (12.89% from 255) = 12.36%

R = 7.72%
G = 79.92%
B = 12.36%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.85

 K value IS 0.19

RGB Variations

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

Color information

#14CF20 (or 0x14CF20) is known color: Lime Green. HEX triplet: 14, CF and 20. RGB value is (20,207,32). Sum of RGB (Red+Green+Blue) = 20+207+32=259 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.72% from 259); Green value is 207 (81.25% from 255 or 79.92% from 259); Blue value is 32 (12.89% from 255 or 12.36% from 259); Max value from RGB is 207 - color contains mainly: green. Hex color #14CF20 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14CF20 is #EB30DF. Grayscale: #838383. Windows color (decimal): -15413472 or 2150164. OLE color: 2150164.

HSL color Cylindrical-coordinate representation of color #14CF20: hue angle of 123.85º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14CF20 is Cyan = 0.90, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.19.

Color convert

RGB 20 207 32 -
CMYK 0.90 0 0.85 0.19
HSL 123.85º 0.82% 0.45% -
HSV(B) 123.85º 0.9% 0.81% -
XYZ 22.86 44.88 8.82 -
YUV 131.14 72.05 48.73 -
System Red Green Blue C M Y K H S L
Decimal 20 207 32 0.90 0 0.85 0.19 123.85 0.82 0.45
Hex 14 CF 20 5A 0 55 13 7C 52 2D
Octal 24 317 40 132 0 125 23 174 122 55
Binary 10100 11001111 100000 1011010 0 1010101 10011 1111100 1010010 101101

Color Harmonies of #14CF20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14CF20

Black with #14CF20

Text Example


Text Example

White with #14CF20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,207,32); }

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

background-color css

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

 a { background-color: rgb(20,207,32); }

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

border-color css

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

 span { border-color: rgb(20,207,32); }

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