#7fc52a

Color #7FC52A Lima (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lima #7FC52A

Tints of Lima #7FC52A

Color information

#7FC52A (or 0x7FC52A) is unknown color: approx Lima. HEX triplet: 7F, C5 and 2A. RGB value is (127,197,42). Sum of RGB (Red+Green+Blue) = 127+197+42=366 (48% of max value = 765). Red value is 127 (50% from 255 or 34.70% from 366); Green value is 197 (77.34% from 255 or 53.83% from 366); Blue value is 42 (16.80% from 255 or 11.48% from 366); Max value from RGB is 197 - color contains mainly: green. Hex color #7FC52A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FC52A is #803AD5. Grayscale: #9E9E9E. Windows color (decimal): -8403670 or 2803071. OLE color: 2803071.

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

Color convert

RGB12719742-
CMYK0.3600.790.23
HSL87.1º64.85%46.86%-
HSV(B)87.1º78.68%77.25%-
XYZ29.1444.619.27-
YUV158.462.31105.6-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 34.70%
GREEN value IS 197 (77.34% from 255) = 53.83%
BLUE value IS 42 (16.80% from 255) = 11.48%
R=34.70%
G=53.83%
B=11.48%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal127197420.3600.790.2387.164.8546.86
Hex7FC52A2404F1757412f
Octal177305524401172712710157
Binary111111111000101101010100100010011111011110101111000001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7fc52a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7fc52a;
 }
 .AnyTagClassName
 {
   color: #7fc52a;
 }
</style>
background-color css

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

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

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

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

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

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