Html Css Color HEX #10C80F Lime Green

📋 copy color: '#10C80F'

red 16 ◦ green 200 ◦ blue 15

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

Shades of Lime Green #10C80F

Tints of Lime Green #10C80F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 6.49%

R = 6.93%
G = 86.58%
B = 6.49%

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

#10C80F (or 0x10C80F) is known color: Lime Green. HEX triplet: 10, C8 and 0F. RGB value is (16,200,15). Sum of RGB (Red+Green+Blue) = 16+200+15=231 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.93% from 231); Green value is 200 (78.52% from 255 or 86.58% from 231); Blue value is 15 (6.25% from 255 or 6.49% from 231); Max value from RGB is 200 - color contains mainly: green. Hex color #10C80F is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #10C80F is #EF37F0. Grayscale: #7C7C7C. Windows color (decimal): -15677425 or 1034256. OLE color: 1034256.

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

Color convert

RGB 16 200 15 -
CMYK 0.92 0 0.92 0.22
HSL 119.68º 0.86% 0.42% -
HSV(B) 119.68º 0.93% 0.78% -
XYZ 20.95 41.45 7.35 -
YUV 123.89 66.54 51.04 -
System Red Green Blue C M Y K H S L
Decimal 16 200 15 0.92 0 0.92 0.22 119.68 0.86 0.42
Hex 10 C8 F 5C 0 5C 16 78 56 2A
Octal 20 310 17 134 0 134 26 170 126 52
Binary 10000 11001000 1111 1011100 0 1011100 10110 1111000 1010110 101010

Color Harmonies of #10C80F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10C80F

Black with #10C80F

Text Example


Text Example

White with #10C80F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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