Html Css Color HEX #7FC52F Lima

📋 copy color: '#7FC52F'

red 127 ◦ green 197 ◦ blue 47

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

Shades of Lima #7FC52F

Tints of Lima #7FC52F

RGB

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

 GREEN value IS 197 (77.34% from 255) = 53.1%

 BLUE value IS 47 (18.75% from 255) = 12.67%

R = 34.23%
G = 53.1%
B = 12.67%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.76

 K value IS 0.23

RGB Variations

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

Color information

#7FC52F (or 0x7FC52F) is known color: Lima. HEX triplet: 7F, C5 and 2F. RGB value is (127,197,47). Sum of RGB (Red+Green+Blue) = 127+197+47=371 (49% of max value = 765). Red value is 127 (50% from 255 or 34.23% from 371); Green value is 197 (77.34% from 255 or 53.10% from 371); Blue value is 47 (18.75% from 255 or 12.67% from 371); Max value from RGB is 197 - color contains mainly: green. Hex color #7FC52F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FC52F is #803AD0. Grayscale: #9F9F9F. Windows color (decimal): -8403665 or 3130751. OLE color: 3130751.

HSL color Cylindrical-coordinate representation of color #7FC52F: hue angle of 88º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7FC52F is Cyan = 0.36, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.23.

Color convert

RGB 127 197 47 -
CMYK 0.36 0 0.76 0.23
HSL 88º 0.61% 0.48% -
HSV(B) 88º 0.76% 0.77% -
XYZ 29.23 44.65 9.77 -
YUV 158.97 64.81 105.2 -
System Red Green Blue C M Y K H S L
Decimal 127 197 47 0.36 0 0.76 0.23 88 0.61 0.48
Hex 7F C5 2F 24 0 4C 17 58 3D 30
Octal 177 305 57 44 0 114 27 130 75 60
Binary 1111111 11000101 101111 100100 0 1001100 10111 1011000 111101 110000

Color Harmonies of #7FC52F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FC52F

Black with #7FC52F

Text Example


Text Example

White with #7FC52F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,197,47); }

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

background-color css

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

 a { background-color: rgb(127,197,47); }

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

border-color css

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

 span { border-color: rgb(127,197,47); }

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