Html Css Color HEX #7FBA3A Lima

📋 copy color: '#7FBA3A'

red 127 ◦ green 186 ◦ blue 58

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

Shades of Lima #7FBA3A

Tints of Lima #7FBA3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 15.63%

R = 34.23%
G = 50.13%
B = 15.63%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.69

 K value IS 0.27

RGB Variations

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

Color information

#7FBA3A (or 0x7FBA3A) is known color: Lima. HEX triplet: 7F, BA and 3A. RGB value is (127,186,58). Sum of RGB (Red+Green+Blue) = 127+186+58=371 (49% of max value = 765). Red value is 127 (50% from 255 or 34.23% from 371); Green value is 186 (73.05% from 255 or 50.13% from 371); Blue value is 58 (23.05% from 255 or 15.63% from 371); Max value from RGB is 186 - color contains mainly: green. Hex color #7FBA3A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FBA3A is #8045C5. Grayscale: #9A9A9A. Windows color (decimal): -8406470 or 3848831. OLE color: 3848831.

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

Color convert

RGB 127 186 58 -
CMYK 0.32 0 0.69 0.27
HSL 87.66º 0.52% 0.48% -
HSV(B) 87.66º 0.69% 0.73% -
XYZ 27.08 39.94 10.28 -
YUV 153.77 73.95 108.91 -
System Red Green Blue C M Y K H S L
Decimal 127 186 58 0.32 0 0.69 0.27 87.66 0.52 0.48
Hex 7F BA 3A 20 0 45 1B 58 34 30
Octal 177 272 72 40 0 105 33 130 64 60
Binary 1111111 10111010 111010 100000 0 1000101 11011 1011000 110100 110000

Color Harmonies of #7FBA3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FBA3A

Black with #7FBA3A

Text Example


Text Example

White with #7FBA3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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