Html Css Color HEX #10C819 Lime Green

📋 copy color: '#10C819'

red 16 ◦ green 200 ◦ blue 25

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

Shades of Lime Green #10C819

Tints of Lime Green #10C819

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 10.37%

R = 6.64%
G = 82.99%
B = 10.37%

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

#10C819 (or 0x10C819) is known color: Lime Green. HEX triplet: 10, C8 and 19. RGB value is (16,200,25). Sum of RGB (Red+Green+Blue) = 16+200+25=241 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.64% from 241); Green value is 200 (78.52% from 255 or 82.99% from 241); Blue value is 25 (10.16% from 255 or 10.37% from 241); Max value from RGB is 200 - color contains mainly: green. Hex color #10C819 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #10C819 is #EF37E6. Grayscale: #7D7D7D. Windows color (decimal): -15677415 or 1689616. OLE color: 1689616.

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

Color convert

RGB 16 200 25 -
CMYK 0.92 0 0.88 0.22
HSL 122.93º 0.85% 0.42% -
HSV(B) 122.93º 0.92% 0.78% -
XYZ 21.04 41.49 7.82 -
YUV 125.03 71.54 50.23 -
System Red Green Blue C M Y K H S L
Decimal 16 200 25 0.92 0 0.88 0.22 122.93 0.85 0.42
Hex 10 C8 19 5C 0 58 16 7B 55 2A
Octal 20 310 31 134 0 130 26 173 125 52
Binary 10000 11001000 11001 1011100 0 1011000 10110 1111011 1010101 101010

Color Harmonies of #10C819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10C819

Black with #10C819

Text Example


Text Example

White with #10C819

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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