Html Css Color HEX #11C80F Lime Green

📋 copy color: '#11C80F'

red 17 ◦ green 200 ◦ blue 15

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

Shades of Lime Green #11C80F

Tints of Lime Green #11C80F

RGB

 RED value IS 17 (7.03% from 255) = 7.33%

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

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

R = 7.33%
G = 86.21%
B = 6.47%

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

#11C80F (or 0x11C80F) is known color: Lime Green. HEX triplet: 11, C8 and 0F. RGB value is (17,200,15). Sum of RGB (Red+Green+Blue) = 17+200+15=232 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.33% from 232); Green value is 200 (78.52% from 255 or 86.21% from 232); Blue value is 15 (6.25% from 255 or 6.47% from 232); Max value from RGB is 200 - color contains mainly: green. Hex color #11C80F is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #11C80F is #EE37F0. Grayscale: #7C7C7C. Windows color (decimal): -15611889 or 1034257. OLE color: 1034257.

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

Color convert

RGB 17 200 15 -
CMYK 0.92 0 0.92 0.22
HSL 119.35º 0.86% 0.42% -
HSV(B) 119.35º 0.93% 0.78% -
XYZ 20.97 41.46 7.35 -
YUV 124.19 66.37 51.54 -
System Red Green Blue C M Y K H S L
Decimal 17 200 15 0.92 0 0.92 0.22 119.35 0.86 0.42
Hex 11 C8 F 5C 0 5C 16 77 56 2A
Octal 21 310 17 134 0 134 26 167 126 52
Binary 10001 11001000 1111 1011100 0 1011100 10110 1110111 1010110 101010

Color Harmonies of #11C80F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11C80F

Black with #11C80F

Text Example


Text Example

White with #11C80F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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