Html Css Color HEX #7FBE20 Lima

📋 copy color: '#7FBE20'

red 127 ◦ green 190 ◦ blue 32

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

Shades of Lima #7FBE20

Tints of Lima #7FBE20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 9.17%

R = 36.39%
G = 54.44%
B = 9.17%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.83

 K value IS 0.25

RGB Variations

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

Color information

#7FBE20 (or 0x7FBE20) is known color: Lima. HEX triplet: 7F, BE and 20. RGB value is (127,190,32). Sum of RGB (Red+Green+Blue) = 127+190+32=349 (46% of max value = 765). Red value is 127 (50% from 255 or 36.39% from 349); Green value is 190 (74.61% from 255 or 54.44% from 349); Blue value is 32 (12.89% from 255 or 9.17% from 349); Max value from RGB is 190 - color contains mainly: green. Hex color #7FBE20 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FBE20 is #8041DF. Grayscale: #999999. Windows color (decimal): -8405472 or 2145919. OLE color: 2145919.

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

Color convert

RGB 127 190 32 -
CMYK 0.33 0 0.83 0.25
HSL 83.92º 0.71% 0.44% -
HSV(B) 83.92º 0.83% 0.75% -
XYZ 27.43 41.44 7.92 -
YUV 153.15 59.63 109.35 -
System Red Green Blue C M Y K H S L
Decimal 127 190 32 0.33 0 0.83 0.25 83.92 0.71 0.44
Hex 7F BE 20 21 0 53 19 54 47 2C
Octal 177 276 40 41 0 123 31 124 107 54
Binary 1111111 10111110 100000 100001 0 1010011 11001 1010100 1000111 101100

Color Harmonies of #7FBE20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FBE20

Black with #7FBE20

Text Example


Text Example

White with #7FBE20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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