Html Css Color HEX #7FC61D Lima

📋 copy color: '#7FC61D'

red 127 ◦ green 198 ◦ blue 29

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

Shades of Lima #7FC61D

Tints of Lima #7FC61D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 8.19%

R = 35.88%
G = 55.93%
B = 8.19%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.85

 K value IS 0.22

RGB Variations

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

Color information

#7FC61D (or 0x7FC61D) is known color: Lima. HEX triplet: 7F, C6 and 1D. RGB value is (127,198,29). Sum of RGB (Red+Green+Blue) = 127+198+29=354 (46% of max value = 765). Red value is 127 (50% from 255 or 35.88% from 354); Green value is 198 (77.73% from 255 or 55.93% from 354); Blue value is 29 (11.72% from 255 or 8.19% from 354); Max value from RGB is 198 - color contains mainly: green. Hex color #7FC61D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FC61D is #8039E2. Grayscale: #9E9E9E. Windows color (decimal): -8403427 or 1951359. OLE color: 1951359.

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

Color convert

RGB 127 198 29 -
CMYK 0.36 0 0.85 0.22
HSL 85.21º 0.74% 0.45% -
HSV(B) 85.21º 0.85% 0.78% -
XYZ 29.17 44.99 8.31 -
YUV 157.51 55.48 106.24 -
System Red Green Blue C M Y K H S L
Decimal 127 198 29 0.36 0 0.85 0.22 85.21 0.74 0.45
Hex 7F C6 1D 24 0 55 16 55 4A 2D
Octal 177 306 35 44 0 125 26 125 112 55
Binary 1111111 11000110 11101 100100 0 1010101 10110 1010101 1001010 101101

Color Harmonies of #7FC61D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FC61D

Black with #7FC61D

Text Example


Text Example

White with #7FC61D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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