Html Css Color HEX #7FC61C Lima

📋 copy color: '#7FC61C'

red 127 ◦ green 198 ◦ blue 28

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

Shades of Lima #7FC61C

Tints of Lima #7FC61C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 7.93%

R = 35.98%
G = 56.09%
B = 7.93%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.86

 K value IS 0.22

RGB Variations

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

Color information

#7FC61C (or 0x7FC61C) is known color: Lima. HEX triplet: 7F, C6 and 1C. RGB value is (127,198,28). Sum of RGB (Red+Green+Blue) = 127+198+28=353 (46% of max value = 765). Red value is 127 (50% from 255 or 35.98% from 353); Green value is 198 (77.73% from 255 or 56.09% from 353); Blue value is 28 (11.33% from 255 or 7.93% from 353); Max value from RGB is 198 - color contains mainly: green. Hex color #7FC61C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FC61C is #8039E3. Grayscale: #9E9E9E. Windows color (decimal): -8403428 or 1885823. OLE color: 1885823.

HSL color Cylindrical-coordinate representation of color #7FC61C: hue angle of 85.06º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7FC61C is Cyan = 0.36, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.22.

Color convert

RGB 127 198 28 -
CMYK 0.36 0 0.86 0.22
HSL 85.06º 0.75% 0.44% -
HSV(B) 85.06º 0.86% 0.78% -
XYZ 29.16 44.98 8.24 -
YUV 157.39 54.98 106.32 -
System Red Green Blue C M Y K H S L
Decimal 127 198 28 0.36 0 0.86 0.22 85.06 0.75 0.44
Hex 7F C6 1C 24 0 56 16 55 4B 2C
Octal 177 306 34 44 0 126 26 125 113 54
Binary 1111111 11000110 11100 100100 0 1010110 10110 1010101 1001011 101100

Color Harmonies of #7FC61C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FC61C

Black with #7FC61C

Text Example


Text Example

White with #7FC61C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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