Html Css Color HEX #14CF17 Lime Green

📋 copy color: '#14CF17'

red 20 ◦ green 207 ◦ blue 23

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

Shades of Lime Green #14CF17

Tints of Lime Green #14CF17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 9.2%

R = 8%
G = 82.8%
B = 9.2%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.89

 K value IS 0.19

RGB Variations

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

Color information

#14CF17 (or 0x14CF17) is known color: Lime Green. HEX triplet: 14, CF and 17. RGB value is (20,207,23). Sum of RGB (Red+Green+Blue) = 20+207+23=250 (33% of max value = 765). Red value is 20 (8.20% from 255 or 8% from 250); Green value is 207 (81.25% from 255 or 82.8% from 250); Blue value is 23 (9.38% from 255 or 9.2% from 250); Max value from RGB is 207 - color contains mainly: green. Hex color #14CF17 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #14CF17 is #EB30E8. Grayscale: #828282. Windows color (decimal): -15413481 or 1560340. OLE color: 1560340.

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

Color convert

RGB 20 207 23 -
CMYK 0.90 0 0.89 0.19
HSL 120.96º 0.82% 0.45% -
HSV(B) 120.96º 0.9% 0.81% -
XYZ 22.76 44.84 8.27 -
YUV 130.11 67.55 49.46 -
System Red Green Blue C M Y K H S L
Decimal 20 207 23 0.90 0 0.89 0.19 120.96 0.82 0.45
Hex 14 CF 17 5A 0 59 13 79 52 2D
Octal 24 317 27 132 0 131 23 171 122 55
Binary 10100 11001111 10111 1011010 0 1011001 10011 1111001 1010010 101101

Color Harmonies of #14CF17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14CF17

Black with #14CF17

Text Example


Text Example

White with #14CF17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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