#7fc32a

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

Shades of Lima #7FC32A

Tints of Lima #7FC32A

Color information

#7FC32A (or 0x7FC32A) is unknown color: approx Lima. HEX triplet: 7F, C3 and 2A. RGB value is (127,195,42). Sum of RGB (Red+Green+Blue) = 127+195+42=364 (48% of max value = 765). Red value is 127 (50% from 255 or 34.89% from 364); Green value is 195 (76.56% from 255 or 53.57% from 364); Blue value is 42 (16.80% from 255 or 11.54% from 364); Max value from RGB is 195 - color contains mainly: green. Hex color #7FC32A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FC32A is #803CD5. Grayscale: #9D9D9D. Windows color (decimal): -8404182 or 2802559. OLE color: 2802559.

HSL color Cylindrical-coordinate representation of color #7FC32A: hue angle of 86.67º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7FC32A is Cyan = 0.35, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.24.

Color convert

RGB12719542-
CMYK0.3500.780.24
HSL86.67º64.56%46.47%-
HSV(B)86.67º78.46%76.47%-
XYZ28.6943.719.12-
YUV157.2362.97106.44-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 34.89%
GREEN value IS 195 (76.56% from 255) = 53.57%
BLUE value IS 42 (16.80% from 255) = 11.54%
R=34.89%
G=53.57%
B=11.54%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal127195420.3500.780.2486.6764.5646.47
Hex7FC32A2304E1857412e
Octal177303524301163012710156
Binary111111111000011101010100011010011101100010101111000001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7fc32a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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