#10C80F

Color #10C80F Lime Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime Green #10C80F

Tints of Lime Green #10C80F

Color information

#10C80F (or 0x10C80F) is unknown color: approx 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

RGB1620015-
CMYK0.9200.920.22
HSL119.68º86.05%42.16%-
HSV(B)119.68º92.5%78.43%-
XYZ20.9541.457.35-
YUV123.8966.5451.04-

RGB Variations

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

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 (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal16200150.9200.920.22119.6886.0542.16
Hex10C8F5C05C1678562a
Octal203101713401342617012652
Binary100001100100011111011100010111001011011110001010110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10C80F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>