Html Css Color HEX #7FBE3A Lima

📋 copy color: '#7FBE3A'

red 127 ◦ green 190 ◦ blue 58

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

Shades of Lima #7FBE3A

Tints of Lima #7FBE3A

RGB

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

 GREEN value IS 190 (74.61% from 255) = 50.67%

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

R = 33.87%
G = 50.67%
B = 15.47%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.69

 K value IS 0.25

RGB Variations

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

Color information

#7FBE3A (or 0x7FBE3A) is known color: Lima. HEX triplet: 7F, BE and 3A. RGB value is (127,190,58). Sum of RGB (Red+Green+Blue) = 127+190+58=375 (49% of max value = 765). Red value is 127 (50% from 255 or 33.87% from 375); Green value is 190 (74.61% from 255 or 50.67% from 375); Blue value is 58 (23.05% from 255 or 15.47% from 375); Max value from RGB is 190 - color contains mainly: green. Hex color #7FBE3A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FBE3A is #8041C5. Grayscale: #9C9C9C. Windows color (decimal): -8405446 or 3849855. OLE color: 3849855.

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

Color convert

RGB 127 190 58 -
CMYK 0.33 0 0.69 0.25
HSL 88.64º 0.53% 0.49% -
HSV(B) 88.64º 0.69% 0.75% -
XYZ 27.93 41.64 10.57 -
YUV 156.12 72.63 107.23 -
System Red Green Blue C M Y K H S L
Decimal 127 190 58 0.33 0 0.69 0.25 88.64 0.53 0.49
Hex 7F BE 3A 21 0 45 19 59 35 31
Octal 177 276 72 41 0 105 31 131 65 61
Binary 1111111 10111110 111010 100001 0 1000101 11001 1011001 110101 110001

Color Harmonies of #7FBE3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FBE3A

Black with #7FBE3A

Text Example


Text Example

White with #7FBE3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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