#7FC524

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

Shades of Lima #7FC524

Tints of Lima #7FC524

Color information

#7FC524 (or 0x7FC524) is unknown color: approx Lima. HEX triplet: 7F, C5 and 24. RGB value is (127,197,36). Sum of RGB (Red+Green+Blue) = 127+197+36=360 (47% of max value = 765). Red value is 127 (50% from 255 or 35.28% from 360); Green value is 197 (77.34% from 255 or 54.72% from 360); Blue value is 36 (14.45% from 255 or 10% from 360); Max value from RGB is 197 - color contains mainly: green. Hex color #7FC524 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FC524 is #803ADB. Grayscale: #9E9E9E. Windows color (decimal): -8403676 or 2409855. OLE color: 2409855.

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

Color convert

RGB12719736-
CMYK0.3600.820.23
HSL86.09º69.1%45.69%-
HSV(B)86.09º81.73%77.25%-
XYZ29.0444.578.74-
YUV157.7259.31106.09-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 35.28%
GREEN value IS 197 (77.34% from 255) = 54.72%
BLUE value IS 36 (14.45% from 255) = 10%
R=35.28%
G=54.72%
B=10%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal127197360.3600.820.2386.0969.145.69
Hex7FC524240521756452e
Octal177305444401222712610556
Binary111111111000101100100100100010100101011110101101000101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FC524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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