Html Css Color HEX #7FBA3C Lima

📋 copy color: '#7FBA3C'

red 127 ◦ green 186 ◦ blue 60

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

Shades of Lima #7FBA3C

Tints of Lima #7FBA3C

RGB

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

 GREEN value IS 186 (73.05% from 255) = 49.87%

 BLUE value IS 60 (23.83% from 255) = 16.09%

R = 34.05%
G = 49.87%
B = 16.09%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.68

 K value IS 0.27

RGB Variations

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

Color information

#7FBA3C (or 0x7FBA3C) is known color: Lima. HEX triplet: 7F, BA and 3C. RGB value is (127,186,60). Sum of RGB (Red+Green+Blue) = 127+186+60=373 (49% of max value = 765). Red value is 127 (50% from 255 or 34.05% from 373); Green value is 186 (73.05% from 255 or 49.87% from 373); Blue value is 60 (23.83% from 255 or 16.09% from 373); Max value from RGB is 186 - color contains mainly: green. Hex color #7FBA3C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FBA3C is #8045C3. Grayscale: #9A9A9A. Windows color (decimal): -8406468 or 3979903. OLE color: 3979903.

HSL color Cylindrical-coordinate representation of color #7FBA3C: hue angle of 88.1º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7FBA3C is Cyan = 0.32, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.27.

Color convert

RGB 127 186 60 -
CMYK 0.32 0 0.68 0.27
HSL 88.1º 0.51% 0.48% -
HSV(B) 88.1º 0.68% 0.73% -
XYZ 27.13 39.96 10.56 -
YUV 154 74.95 108.75 -
System Red Green Blue C M Y K H S L
Decimal 127 186 60 0.32 0 0.68 0.27 88.1 0.51 0.48
Hex 7F BA 3C 20 0 44 1B 58 33 30
Octal 177 272 74 40 0 104 33 130 63 60
Binary 1111111 10111010 111100 100000 0 1000100 11011 1011000 110011 110000

Color Harmonies of #7FBA3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FBA3C

Black with #7FBA3C

Text Example


Text Example

White with #7FBA3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,186,60); }

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

background-color css

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

 a { background-color: rgb(127,186,60); }

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

border-color css

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

 span { border-color: rgb(127,186,60); }

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