Html Css Color HEX #17BF14 Lime Green

📋 copy color: '#17BF14'

red 23 ◦ green 191 ◦ blue 20

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

Shades of Lime Green #17BF14

Tints of Lime Green #17BF14

RGB

 RED value IS 23 (9.38% from 255) = 9.83%

 GREEN value IS 191 (75% from 255) = 81.62%

 BLUE value IS 20 (8.2% from 255) = 8.55%

R = 9.83%
G = 81.62%
B = 8.55%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#17BF14 (or 0x17BF14) is known color: Lime Green. HEX triplet: 17, BF and 14. RGB value is (23,191,20). Sum of RGB (Red+Green+Blue) = 23+191+20=234 (30% of max value = 765). Red value is 23 (9.38% from 255 or 9.83% from 234); Green value is 191 (75% from 255 or 81.62% from 234); Blue value is 20 (8.20% from 255 or 8.55% from 234); Max value from RGB is 191 - color contains mainly: green. Hex color #17BF14 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #17BF14 is #E840EB. Grayscale: #797979. Windows color (decimal): -15220972 or 1359639. OLE color: 1359639.

HSL color Cylindrical-coordinate representation of color #17BF14: hue angle of 118.95º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #17BF14 is Cyan = 0.88, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.25.

Color convert

RGB 23 191 20 -
CMYK 0.88 0 0.90 0.25
HSL 118.95º 0.81% 0.41% -
HSV(B) 118.95º 0.9% 0.75% -
XYZ 19.11 37.49 6.89 -
YUV 121.27 70.84 57.9 -
System Red Green Blue C M Y K H S L
Decimal 23 191 20 0.88 0 0.90 0.25 118.95 0.81 0.41
Hex 17 BF 14 58 0 5A 19 77 51 29
Octal 27 277 24 130 0 132 31 167 121 51
Binary 10111 10111111 10100 1011000 0 1011010 11001 1110111 1010001 101001

Color Harmonies of #17BF14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17BF14

Black with #17BF14

Text Example


Text Example

White with #17BF14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #17BF14; }

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

 H1.HeaderClassName
 {
   color: #17BF14;
 }
 .AnyTagClassName
 {
   color: #17BF14;
 }
</style>

background-color css

<style>
 a { background-color: #17BF14; }

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

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

border-color css

<style>
 span { border-color: #17BF14; }

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

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