#7FC02B

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

Shades of Lima #7FC02B

Tints of Lima #7FC02B

Color information

#7FC02B (or 0x7FC02B) is unknown color: approx Lima. HEX triplet: 7F, C0 and 2B. RGB value is (127,192,43). Sum of RGB (Red+Green+Blue) = 127+192+43=362 (47% of max value = 765). Red value is 127 (50% from 255 or 35.08% from 362); Green value is 192 (75.39% from 255 or 53.04% from 362); Blue value is 43 (17.19% from 255 or 11.88% from 362); Max value from RGB is 192 - color contains mainly: green. Hex color #7FC02B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FC02B is #803FD4. Grayscale: #9C9C9C. Windows color (decimal): -8404949 or 2867327. OLE color: 2867327.

HSL color Cylindrical-coordinate representation of color #7FC02B: hue angle of 86.17º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7FC02B is Cyan = 0.34, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.25.

Color convert

RGB12719243-
CMYK0.3400.780.25
HSL86.17º63.4%46.08%-
HSV(B)86.17º77.6%75.29%-
XYZ28.0442.398.99-
YUV155.5864.47107.62-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 35.08%
GREEN value IS 192 (75.39% from 255) = 53.04%
BLUE value IS 43 (17.19% from 255) = 11.88%
R=35.08%
G=53.04%
B=11.88%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal127192430.3400.780.2586.1763.446.08
Hex7FC02B2204E19563f2e
Octal17730053420116311267756
Binary11111111100000010101110001001001110110011010110111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FC02B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,192,43); }

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

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

 a { background-color: rgb(127,192,43); }

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

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

 span { border-color: rgb(127,192,43); }

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