Html Css Color HEX #14CF1E Lime Green

📋 copy color: '#14CF1E'

red 20 ◦ green 207 ◦ blue 30

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

Shades of Lime Green #14CF1E

Tints of Lime Green #14CF1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 11.67%

R = 7.78%
G = 80.54%
B = 11.67%

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

#14CF1E (or 0x14CF1E) is known color: Lime Green. HEX triplet: 14, CF and 1E. RGB value is (20,207,30). Sum of RGB (Red+Green+Blue) = 20+207+30=257 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.78% from 257); Green value is 207 (81.25% from 255 or 80.54% from 257); Blue value is 30 (12.11% from 255 or 11.67% from 257); Max value from RGB is 207 - color contains mainly: green. Hex color #14CF1E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14CF1E is #EB30E1. Grayscale: #838383. Windows color (decimal): -15413474 or 2019092. OLE color: 2019092.

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

Color convert

RGB 20 207 30 -
CMYK 0.90 0 0.86 0.19
HSL 123.21º 0.82% 0.45% -
HSV(B) 123.21º 0.9% 0.81% -
XYZ 22.84 44.87 8.69 -
YUV 130.91 71.05 48.89 -
System Red Green Blue C M Y K H S L
Decimal 20 207 30 0.90 0 0.86 0.19 123.21 0.82 0.45
Hex 14 CF 1E 5A 0 56 13 7B 52 2D
Octal 24 317 36 132 0 126 23 173 122 55
Binary 10100 11001111 11110 1011010 0 1010110 10011 1111011 1010010 101101

Color Harmonies of #14CF1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14CF1E

Black with #14CF1E

Text Example


Text Example

White with #14CF1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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