Html Css Color HEX #7FD110 Lima

📋 copy color: '#7FD110'

red 127 ◦ green 209 ◦ blue 16

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

Shades of Lima #7FD110

Tints of Lima #7FD110

RGB

 RED value IS 127 (50% from 255) = 36.08%

 GREEN value IS 209 (82.03% from 255) = 59.38%

 BLUE value IS 16 (6.64% from 255) = 4.55%

R = 36.08%
G = 59.38%
B = 4.55%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#7FD110 (or 0x7FD110) is known color: Lima. HEX triplet: 7F, D1 and 10. RGB value is (127,209,16). Sum of RGB (Red+Green+Blue) = 127+209+16=352 (46% of max value = 765). Red value is 127 (50% from 255 or 36.08% from 352); Green value is 209 (82.03% from 255 or 59.38% from 352); Blue value is 16 (6.64% from 255 or 4.55% from 352); Max value from RGB is 209 - color contains mainly: green. Hex color #7FD110 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7FD110 is #802EEF. Grayscale: #A3A3A3. Windows color (decimal): -8400624 or 1102207. OLE color: 1102207.

HSL color Cylindrical-coordinate representation of color #7FD110: hue angle of 85.49º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7FD110 is Cyan = 0.39, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.18.

Color convert

RGB 127 209 16 -
CMYK 0.39 0 0.92 0.18
HSL 85.49º 0.86% 0.44% -
HSV(B) 85.49º 0.92% 0.82% -
XYZ 31.65 50.15 8.5 -
YUV 162.48 45.33 102.69 -
System Red Green Blue C M Y K H S L
Decimal 127 209 16 0.39 0 0.92 0.18 85.49 0.86 0.44
Hex 7F D1 10 27 0 5C 12 55 56 2C
Octal 177 321 20 47 0 134 22 125 126 54
Binary 1111111 11010001 10000 100111 0 1011100 10010 1010101 1010110 101100

Color Harmonies of #7FD110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FD110

Black with #7FD110

Text Example


Text Example

White with #7FD110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7FD110; }

 p { color: rgb(127,209,16); }

 H1.HeaderClassName
 {
   color: #7FD110;
 }
 .AnyTagClassName
 {
   color: #7FD110;
 }
</style>

background-color css

<style>
 a { background-color: #7FD110; }

 a { background-color: rgb(127,209,16); }

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

border-color css

<style>
 span { border-color: #7FD110; }

 span { border-color: rgb(127,209,16); }

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