Html Css Color HEX #7FC60F Lima

📋 copy color: '#7FC60F'

red 127 ◦ green 198 ◦ blue 15

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

Shades of Lima #7FC60F

Tints of Lima #7FC60F

RGB

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

 GREEN value IS 198 (77.73% from 255) = 58.24%

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

R = 37.35%
G = 58.24%
B = 4.41%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#7FC60F (or 0x7FC60F) is known color: Lima. HEX triplet: 7F, C6 and 0F. RGB value is (127,198,15). Sum of RGB (Red+Green+Blue) = 127+198+15=340 (45% of max value = 765). Red value is 127 (50% from 255 or 37.35% from 340); Green value is 198 (77.73% from 255 or 58.24% from 340); Blue value is 15 (6.25% from 255 or 4.41% from 340); Max value from RGB is 198 - color contains mainly: green. Hex color #7FC60F is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7FC60F is #8039F0. Grayscale: #9C9C9C. Windows color (decimal): -8403441 or 1033855. OLE color: 1033855.

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

Color convert

RGB 127 198 15 -
CMYK 0.36 0 0.92 0.22
HSL 83.28º 0.86% 0.42% -
HSV(B) 83.28º 0.92% 0.78% -
XYZ 29.03 44.93 7.6 -
YUV 155.91 48.48 107.38 -
System Red Green Blue C M Y K H S L
Decimal 127 198 15 0.36 0 0.92 0.22 83.28 0.86 0.42
Hex 7F C6 F 24 0 5C 16 53 56 2A
Octal 177 306 17 44 0 134 26 123 126 52
Binary 1111111 11000110 1111 100100 0 1011100 10110 1010011 1010110 101010

Color Harmonies of #7FC60F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FC60F

Black with #7FC60F

Text Example


Text Example

White with #7FC60F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,198,15); }

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

background-color css

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

 a { background-color: rgb(127,198,15); }

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

border-color css

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

 span { border-color: rgb(127,198,15); }

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