Html Css Color HEX #10C717 Lime Green

📋 copy color: '#10C717'

red 16 ◦ green 199 ◦ blue 23

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

Shades of Lime Green #10C717

Tints of Lime Green #10C717

RGB

 RED value IS 16 (6.64% from 255) = 6.72%

 GREEN value IS 199 (78.13% from 255) = 83.61%

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

R = 6.72%
G = 83.61%
B = 9.66%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#10C717 (or 0x10C717) is known color: Lime Green. HEX triplet: 10, C7 and 17. RGB value is (16,199,23). Sum of RGB (Red+Green+Blue) = 16+199+23=238 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.72% from 238); Green value is 199 (78.12% from 255 or 83.61% from 238); Blue value is 23 (9.38% from 255 or 9.66% from 238); Max value from RGB is 199 - color contains mainly: green. Hex color #10C717 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #10C717 is #EF38E8. Grayscale: #7C7C7C. Windows color (decimal): -15677673 or 1558288. OLE color: 1558288.

HSL color Cylindrical-coordinate representation of color #10C717: hue angle of 122.3º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10C717 is Cyan = 0.92, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.22.

Color convert

RGB 16 199 23 -
CMYK 0.92 0 0.88 0.22
HSL 122.3º 0.85% 0.42% -
HSV(B) 122.3º 0.92% 0.78% -
XYZ 20.79 41.02 7.63 -
YUV 124.22 70.87 50.81 -
System Red Green Blue C M Y K H S L
Decimal 16 199 23 0.92 0 0.88 0.22 122.3 0.85 0.42
Hex 10 C7 17 5C 0 58 16 7A 55 2A
Octal 20 307 27 134 0 130 26 172 125 52
Binary 10000 11000111 10111 1011100 0 1011000 10110 1111010 1010101 101010

Color Harmonies of #10C717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10C717

Black with #10C717

Text Example


Text Example

White with #10C717

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10C717; }

 p { color: rgb(16,199,23); }

 H1.HeaderClassName
 {
   color: #10C717;
 }
 .AnyTagClassName
 {
   color: #10C717;
 }
</style>

background-color css

<style>
 a { background-color: #10C717; }

 a { background-color: rgb(16,199,23); }

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

border-color css

<style>
 span { border-color: #10C717; }

 span { border-color: rgb(16,199,23); }

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