Html Css Color HEX #10CC17 Lime Green

📋 copy color: '#10CC17'

red 16 ◦ green 204 ◦ blue 23

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

Shades of Lime Green #10CC17

Tints of Lime Green #10CC17

RGB

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

 GREEN value IS 204 (80.08% from 255) = 83.95%

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

R = 6.58%
G = 83.95%
B = 9.47%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.89

 K value IS 0.2

RGB Variations

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

Color information

#10CC17 (or 0x10CC17) is known color: Lime Green. HEX triplet: 10, CC and 17. RGB value is (16,204,23). Sum of RGB (Red+Green+Blue) = 16+204+23=243 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.58% from 243); Green value is 204 (80.08% from 255 or 83.95% from 243); Blue value is 23 (9.38% from 255 or 9.47% from 243); Max value from RGB is 204 - color contains mainly: green. Hex color #10CC17 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #10CC17 is #EF33E8. Grayscale: #7F7F7F. Windows color (decimal): -15676393 or 1559568. OLE color: 1559568.

HSL color Cylindrical-coordinate representation of color #10CC17: hue angle of 122.23º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10CC17 is Cyan = 0.92, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.2.

Color convert

RGB 16 204 23 -
CMYK 0.92 0 0.89 0.2
HSL 122.23º 0.85% 0.43% -
HSV(B) 122.23º 0.92% 0.8% -
XYZ 21.96 43.36 8.02 -
YUV 127.15 69.22 48.72 -
System Red Green Blue C M Y K H S L
Decimal 16 204 23 0.92 0 0.89 0.2 122.23 0.85 0.43
Hex 10 CC 17 5C 0 59 14 7A 55 2B
Octal 20 314 27 134 0 131 24 172 125 53
Binary 10000 11001100 10111 1011100 0 1011001 10100 1111010 1010101 101011

Color Harmonies of #10CC17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10CC17

Black with #10CC17

Text Example


Text Example

White with #10CC17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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