Html Css Color HEX #7FBF3A Lima

📋 copy color: '#7FBF3A'

red 127 ◦ green 191 ◦ blue 58

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

Shades of Lima #7FBF3A

Tints of Lima #7FBF3A

RGB

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

 GREEN value IS 191 (75% from 255) = 50.8%

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

R = 33.78%
G = 50.8%
B = 15.43%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.70

 K value IS 0.25

RGB Variations

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

Color information

#7FBF3A (or 0x7FBF3A) is known color: Lima. HEX triplet: 7F, BF and 3A. RGB value is (127,191,58). Sum of RGB (Red+Green+Blue) = 127+191+58=376 (49% of max value = 765). Red value is 127 (50% from 255 or 33.78% from 376); Green value is 191 (75% from 255 or 50.80% from 376); Blue value is 58 (23.05% from 255 or 15.43% from 376); Max value from RGB is 191 - color contains mainly: green. Hex color #7FBF3A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FBF3A is #8040C5. Grayscale: #9D9D9D. Windows color (decimal): -8405190 or 3850111. OLE color: 3850111.

HSL color Cylindrical-coordinate representation of color #7FBF3A: hue angle of 88.87º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7FBF3A is Cyan = 0.34, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.25.

Color convert

RGB 127 191 58 -
CMYK 0.34 0 0.70 0.25
HSL 88.87º 0.53% 0.49% -
HSV(B) 88.87º 0.7% 0.75% -
XYZ 28.15 42.08 10.64 -
YUV 156.7 72.3 106.81 -
System Red Green Blue C M Y K H S L
Decimal 127 191 58 0.34 0 0.70 0.25 88.87 0.53 0.49
Hex 7F BF 3A 22 0 46 19 59 35 31
Octal 177 277 72 42 0 106 31 131 65 61
Binary 1111111 10111111 111010 100010 0 1000110 11001 1011001 110101 110001

Color Harmonies of #7FBF3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FBF3A

Black with #7FBF3A

Text Example


Text Example

White with #7FBF3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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