Html Css Color HEX #14CF1D Lime Green

📋 copy color: '#14CF1D'

red 20 ◦ green 207 ◦ blue 29

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

Shades of Lime Green #14CF1D

Tints of Lime Green #14CF1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 11.33%

R = 7.81%
G = 80.86%
B = 11.33%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.86

 K value IS 0.19

RGB Variations

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

Color information

#14CF1D (or 0x14CF1D) is known color: Lime Green. HEX triplet: 14, CF and 1D. RGB value is (20,207,29). Sum of RGB (Red+Green+Blue) = 20+207+29=256 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.81% from 256); Green value is 207 (81.25% from 255 or 80.86% from 256); Blue value is 29 (11.72% from 255 or 11.33% from 256); Max value from RGB is 207 - color contains mainly: green. Hex color #14CF1D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14CF1D is #EB30E2. Grayscale: #838383. Windows color (decimal): -15413475 or 1953556. OLE color: 1953556.

HSL color Cylindrical-coordinate representation of color #14CF1D: hue angle of 122.89º 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 #14CF1D is Cyan = 0.90, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.19.

Color convert

RGB 20 207 29 -
CMYK 0.90 0 0.86 0.19
HSL 122.89º 0.82% 0.45% -
HSV(B) 122.89º 0.9% 0.81% -
XYZ 22.82 44.86 8.62 -
YUV 130.8 70.55 48.97 -
System Red Green Blue C M Y K H S L
Decimal 20 207 29 0.90 0 0.86 0.19 122.89 0.82 0.45
Hex 14 CF 1D 5A 0 56 13 7B 52 2D
Octal 24 317 35 132 0 126 23 173 122 55
Binary 10100 11001111 11101 1011010 0 1010110 10011 1111011 1010010 101101

Color Harmonies of #14CF1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14CF1D

Black with #14CF1D

Text Example


Text Example

White with #14CF1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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