Html Css Color HEX #10C811 Lime Green

📋 copy color: '#10C811'

red 16 ◦ green 200 ◦ blue 17

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

Shades of Lime Green #10C811

Tints of Lime Green #10C811

RGB

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

 GREEN value IS 200 (78.52% from 255) = 85.84%

 BLUE value IS 17 (7.03% from 255) = 7.3%

R = 6.87%
G = 85.84%
B = 7.3%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#10C811 (or 0x10C811) is known color: Lime Green. HEX triplet: 10, C8 and 11. RGB value is (16,200,17). Sum of RGB (Red+Green+Blue) = 16+200+17=233 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.87% from 233); Green value is 200 (78.52% from 255 or 85.84% from 233); Blue value is 17 (7.03% from 255 or 7.30% from 233); Max value from RGB is 200 - color contains mainly: green. Hex color #10C811 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #10C811 is #EF37EE. Grayscale: #7C7C7C. Windows color (decimal): -15677423 or 1165328. OLE color: 1165328.

HSL color Cylindrical-coordinate representation of color #10C811: hue angle of 120.33º 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 #10C811 is Cyan = 0.92, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.22.

Color convert

RGB 16 200 17 -
CMYK 0.92 0 0.92 0.22
HSL 120.33º 0.85% 0.42% -
HSV(B) 120.33º 0.92% 0.78% -
XYZ 20.97 41.46 7.43 -
YUV 124.12 67.54 50.88 -
System Red Green Blue C M Y K H S L
Decimal 16 200 17 0.92 0 0.92 0.22 120.33 0.85 0.42
Hex 10 C8 11 5C 0 5C 16 78 55 2A
Octal 20 310 21 134 0 134 26 170 125 52
Binary 10000 11001000 10001 1011100 0 1011100 10110 1111000 1010101 101010

Color Harmonies of #10C811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10C811

Black with #10C811

Text Example


Text Example

White with #10C811

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,200,17); }

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

background-color css

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

 a { background-color: rgb(16,200,17); }

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

border-color css

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

 span { border-color: rgb(16,200,17); }

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